Have you ever tried to create some POC with AWS services but you don’t want to actually pay for particular services at the moment? LocalStack and Terraform might be the answer for you. Localstack is a dockerize image that allows you to replicate most AWS Services locally such as SQS, SNS, SES, Lambda, and so on. Terraform is an…