Skip to content

start.bash: Fix typo when installing packages #52

start.bash: Fix typo when installing packages

start.bash: Fix typo when installing packages #52

name: Publish lambda code to associated ARN.
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy lambda code
uses: appleboy/lambda-action@v0.1.5
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: ${{ secrets.AWS_DEFAULT_REGION }}
function_name: ${{ secrets.SNS_ALERT_LAMBDA }}
source: queue-notifications/index.js