top of page

Project no.4
Implemented a simple serverless application using AWS S3, API Gateway, Lambda, Step Functions, And SNS & SES.
​
Education source credit: https://github.com/acantril/learn-cantrill-io-labs

Architecture Diagram

1. Configuring AWS SES service

2. Add an email lambda function to use SES to send emails for the serverless app

3. Implementing and configure the state machine which is the core of the app.

4. Implement API Gateway, API and supporting lambda function.


5. Create S3 Static frontend application

6. Testing the app after deployment

7. Monitoring the step function executions

8. Email received. Confirmation of the app working as correctly.
bottom of page