Archive · 2 entries

Aws

All Entries

Serverless Go web app on AWS with SWR

I wanted to compile a binary which contains a whole Go web app and is deployed as a Lambda function to AWS. This function (or binary) should also have …

Terraform bootstrap with statefile on S3

Bootstraping Terraform and putting the state on S3 has a chicken-egg problem: How to manage the S3 bucket which holds the state file without it …