2023-02-10
How to use AWS SDK with Node.js 18 on AWS Lambda
Since Node.js 18 the AWS-SDK library is not available in the Node.js 18 runtime anymore. You can use …
2023-01-20
AWS CloudFormation: add items conditional to list
When you would like to add items to a list in CloudFormation, you can use the !If statement. If the …
2022-10-16
Authenticate AWS with Github Actions without access keys with OpenID Connect
You can give Github Actions access to your AWS account with access keys, but you can also grant …
2022-10-15
Completely lock AWS root account with Service Control Policy
You can completely lock a AWS root account by using an Service Control Policy within AWS …