Jannik Wempe
Jannik Wempe

Jannik Wempe

Follow
homeAWSDomain Driven Design (DDD)๐Ÿ“” Podcast Notesnewsletter
Tag

aws-cdk

#aws-cdk

More content

Read more stories on Hashnode


Articles with this tag

How to Securely Use Secrets in AWS Lambda?

Oct 10, 20226 min read

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. ยท...

How to Securely Use Secrets in AWS Lambda?

Mastering AWS CDK Aspects

Sep 29, 20229 min read

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. ยท...

Mastering AWS CDK Aspects

How to Run Lambda on a Schedule

Oct 17, 20218 min read

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...

How to Run Lambda on a Schedule