Some notes from REInvent... Common architecture Lambda + API gateway + DynamoDB Libraries and frameworks serverless stdlib zappa serverless
Save on AWS cost! Some notes from AWS REInvent Low hanging fruits: Kill dev/test instances regularly (elastic instances) Re-evaluate instance type regularly Use reserved instances Further optimizations Spot instances + autoscaling
Recreate default docker-machine with 100GB disk size docker-machine -D create -d virtualbox --virtualbox-disk-size "100000" default