A serveless rapid development practice all rely on AWS and Flowbite
Start Date: 2023-09-06 19:00 End At: 2023-09-08 21:00
Online Demo && Video On my Site
yarn install && yarn start
- Building a user center using Cognitio
- Upload txt file to S3 directly via API Gateway
- Synchronize real-time Log base on Sokcet.IO, which is powered by goeasy.io
- Rmoete create and send commands to EC2, using it for proccessing S3 Objects
- CRUD all data to DynamoDB
- All AWS products I used in this repo
- Every Coginto route has a lambda
- Using API Gateway integrated S3, no need for file transfer
- Using Systems Manager to send command to ECS , no user_data or SSH
- Using IAM Identity Center for AWS-CLI SSO.
My AWS access portal URL
Development users does not have permission to manage users - Each application has a role and is granted the minimum permissions
- Scan dynamoDB is wasteful, so I use websocket to receive message from server, scan only when updated
I know abusing websocket is not a good idea ^_^