Full stack webapp kit to leverage the power of serverless!
This is a full stack web app starter kit designed for beginners who want to utilize the power of AWS serverless services. The kit includes an Express API endpoint, a React.js frontend, e-mail authentication, an asynchronous job queue, and a scheduled job runner. The entire app can be instantly deployed, and it leverages various AWS services such as DynamoDB, API Gateway, CloudFront, Cognito, SQS, EventBridge, and CloudWatch. This kit allows for cost-effective and scalable development without the need for managing servers.
To deploy this kit, you will need the following tools:
Once you have these tools set up, run the following commands:
npx cdk deploy in the future to deploy any modifications to your CDK templates.After a successful deployment, you will receive a CLI output containing the URL for accessing the sample app.
The Serverless Full Stack WebApp Starter Kit is a comprehensive starting point for developers who want to leverage the benefits of AWS serverless services. With its pre-configured Express API endpoint, React.js frontend, e-mail authentication, asynchronous job queue, scheduled job runner, and instant deployment capability, developers can quickly build scalable and cost-effective web applications. The kit also includes a sample app that showcases the functionality of each component, making it easy for beginners to understand and customize for their own projects.