This is a repository of example implementations of using AWS CDK with the Go language.
This is an example implementation of a configuration in which specified CloudFormation stack events are notified via email by Amazon SNS.
Please read cloudformation-events-to-slack/README.md.
This is an example implementation of building a Lambda Function that is executed periodically by EventBridge Scheduler.
Scheduler resources are defined by CfnResource
.
Please read eventbridge-scheduler-cfn/README.md.
This is an example implementation of calling a Lambda Function URL with a custom domain.
Please read lambda-function-urls-with-custom-domain/README.md.
This is an example implementation of a Lambda function that is executed periodically according to a schedule specified by a CRON expression.
Please read scheduled-lambda-function/README.md.
This is an example implementation of a Lambda function triggered by an SQS message; if the Lambda function fails, the message is sent to the Dead Letter Queue, and another Lambda function processes the message sent to the Dead Letter Queue.
Please read sqs-to-lambda-with-dlq/README.md.
This is an example implementation of building a StepFunctions state machine that translates text using some AWS SDK integration.
Please read step-functions-with-sdk-integration/README.md.