Skip to content

tuanquynet/serverless-demo

Repository files navigation

Serverless Practice

Use serverless to build web server application

Lab1: Prepare development environment

Lab2: Create simple function

Lab3: Invoke other lambda function

Take a break

  • Duration: 10 minutes

Lab4: Create CRUD users endpoints

Notes: If you are using bcrypt on MacOS or Window it will not be working on linux when deploying on aws lambda because bcrypt is a binary module. To fix this issue we have to configure lambda layer, and the node modules in that layer should be generated on linux.

Lab5: Integrate aws-rekognition service

Notes: After deployed lambdas onto aws, you need to upload avatar.png file located in workshop/assets folder onto the serverless-practice.files.rnd.upload s3 bucket.

Lab6: Put all together

Workshop Cleanup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages