Luciano Mammino PRO
Cloud developer, entrepreneur, fighter, butterfly maker! #nodejs #javascript - Author of https://www.nodejsdesignpatterns.com , Founder of https://fullstackbulletin.com
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!
By Luciano Mammino
In this workshop, we will get started with Serverless on AWS with Lambda Functions and we will learn all the fundamentals needed to build a complete application from the ground up.
Cloud developer, entrepreneur, fighter, butterfly maker! #nodejs #javascript - Author of https://www.nodejsdesignpatterns.com , Founder of https://fullstackbulletin.com