Skip to content

Deploy stateful resources to AWS DEV by @devksingh4 #2

Deploy stateful resources to AWS DEV by @devksingh4

Deploy stateful resources to AWS DEV by @devksingh4 #2

name: Deploy Stateful Resources to DEV
run-name: Deploy stateful resources to AWS DEV by @${{ github.actor }}
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_DEV_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_DEV_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- run: ./stateful.sh