A complete starter kit to get your project live on AWS in minutes and a CICD pipeline to allow you to move quickly
AWS Boilerplate is a comprehensive and integrated boilerplate solution for building web applications or startups. It offers a complete stack, including a React front end, Lambda backend, infrastructure, and CI/CD pipeline. The motivation behind AWS Boilerplate is to allow users to focus on their ideas rather than spending time on setup and configuration.
cd awsboilerplate/app/lambda_hello_world) and run sam local start-api to start the Lambda locally.cd awsboilerplate/www) and run npm start to start the React front end locally.cdk synth to test the installation.cdk bootstrap --trust <AWS ACCOUNT ID> --cloudformation-execution-policies arn:aws:iam::aws:policy/AdministratorAccess to set up CDK on your AWS account.aws route53 list-hosted-zones and enter the hosted zone ID and domain name in the awsboilerplate_config.py file.cdk deploy to create the pipeline and infrastructure defined in awsboilerplate/pipeline/cdk_pipeline_stack.py.AWS Boilerplate is a ready-to-use solution for building web applications or startups using a React front end and Lambda backend. It provides a complete stack, including infrastructure and a CI/CD pipeline, allowing users to focus on their ideas rather than spending time on setup and configuration. The installation guide provides step-by-step instructions for running the application locally and deploying it on AWS.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components