Cloudformation template to deploy "Scalable Image Service with Amazon S3 + CloudFront, DynamoDB and Lambda"
Read the full article here: https://yesaritonga.medium.com/building-a-scalable-image-service-with-amazon-s3-cloudfront-dynamodb-and-lambda-cbe3a648ef66
- AWS SAM CLI
- AWS CLI
Please make sure you configured your AWS credential locally, if not run aws configure
before deploying.
sam build
# for first time deploy
sam deploy --guided
# next deployment
sam deploy
# prod deployment
sam deploy --config-env prod