DEV Community

Sebastian Döll
Sebastian Döll

Posted on

Deploy AWS CloudFormation stacks with GitHub Actions + React Example

You want to deploy your infrastructure with GitHub Actions?

I have published AWS CloudFormation Action for GitHub Actions and walk you through the example of a React app in an article on the AWS Open Source Blog.

You can also use the Create React App Template for AWS Amplify to shortcut the process to connect the app to the AWS Amplify Console with AWS CloudFormation.

👇

npx create-react-app my-app --template amplify-typescript
Enter fullscreen mode Exit fullscreen mode

Go build!

Top comments (0)