There's a project directory for each pattern:
- Once deployed, copy the
GETandPOSTmethods to an API client like Postman.
-
Once deployed, go to S3 in the AWS console and upload an image to the
upload-image-bucket -
Check the
resized-image-bucketfor the processed and resized image.
-
Create a
.envfile for this service and add an email for the sender's email address, set toSENDER_EMAIL_ADDRESS. -
You'll then need to go to SES in the AWS console and verify the address you're sending the email from and to due to the sandbox restrictions.
-
Deploy the service
-
Sign in to AWS via AWS CLI
-
cdinto a service -
Run
npm install -
Run
sls deployto deploy the service -
Watch your stack come to life in the AWS console! 🎉
Each service was created with a Serverless Framework template.
Run serverless create --template aws-nodejs in a new direcrtory to create your own service!
The video for the talk can now be viewed here:
