
Use Amazon EventBridge and AWS Lambda to respond to AdvertiseByoipCidr events and validate if the address space should be advertised.
AdvertiseByoipCidr call triggers a Lambda function to run and validate whether or not the address space is expected to be advertised by checking for the address space in a list of allowed CIDRs in a DynamoDB table.git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/cloudtrail-eventbridge-lambda-dynamodb-samsam deploysam delete.