Skip to content

Add cloudformation template for creating s3 #1

Add cloudformation template for creating s3

Add cloudformation template for creating s3 #1

name: Deploy to LocalStack
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
steps:

Check failure on line 15 in .github/workflows/cloudformation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cloudformation.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- uses: unfor19/install-aws-cli-action@v1
with:
version: 2
verbose: false
- name: Setup localstack
env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
# https://docs.localstack.cloud/user-guide/ci/github-actions/
run: |
docker compose up -d
echo "Waiting for LocalStack startup..."
sleep 30
echo "Startup complete"
- name: Deploy to LocalStack
run: make deploy