Skip to content

Instantly share code, notes, and snippets.

View mtliendo's full-sized avatar
🦦
Living that sweet otter life!

Michael Liendo mtliendo

🦦
Living that sweet otter life!
View GitHub Profile
@mtliendo
mtliendo / multi-env-backend-deploy-then-amplify.yml
Created March 27, 2023 20:33
GitHub action flow to deploy multi-env cdk app that then deploy an Amplify frontend
name: Deploy CDK Project
on:
push:
branches:
- develop
pull_request:
branches:
- main
types:
- closed