#aws-cdk
Read more stories on Hashnode
Articles with this tag
Environment variables are not the best way to use secrets in your AWS Lambda. I will tell you why and show you an alternative implemented in AWS CDK. ยท...
AWS CDK Aspects are a powerful tool provided by the AWS Cloud Development Kit (CDK). Learn how to master them by creating various Aspects on your own. ยท...
We build a reusable CDK construct in order to schedule the execution of a Lambda. ยท Running arbitrary code on a schedule is a very common use case. A...