with @mariocasciaro
with @andreaman87
with @ Podgeypoos79
Trainer
It's about JavaScript modules, Webpack and other cool stuff...
Open source
Enterprise
curl -O https://raw.githubusercontent.com/lucpod/serverless-workshop-helper-container/master/docker-compose.yml
curl -o .env https://raw.githubusercontent.com/lucpod/serverless-workshop-helper-container/master/.env~SAMPLE
#!/usr/bin/env bash
AWS_ACCESS_KEY_ID=XXX # <----
AWS_SECRET_ACCESS_KEY=YYY # <----
AWS_REGION=eu-west-1
AWS_OUTPUT_FORMAT=json
docker pull lucpod/workshop:latest
docker-compose up -d
docker-compose exec workshop bash
aws sts get-caller-identity
{
"Account": "123456789012",
"UserId": "ABCDEFGHIJKLMNOPQRSTU",
"Arn": "arn:aws:iam::123456789012:user/super-mario"
}
Frontend: S3 (website mode)
Backend: Api Gateway + Lambda
Database: Dynamo DB
Worker: SNS + SQS + Lambda
Email: Mock SMTP server
Don't forget to submit your evaluation form!