Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RobKraft committed Sep 22, 2024
2 parents 7255b8b + 4c060c7 commit 6fd579f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployLambdaGetCharityTypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: |
aws lambda update-function-code --function-name your-lambda-function-name --zip-file fileb://lambda-package.zip
env:
AWS_DEFAULT_REGION: us-east-1 # Replace with your AWS region
AWS_DEFAULT_REGION: us-east-2 # Replace with your AWS region
2 changes: 1 addition & 1 deletion Lambdas/GetCharityTypes/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AWS Lambda Custom Runtime Function Project

This starter project consists of:
* Function.cs - contains a class with a Main method that starts the bootstrap, and a single function handler method
* aws-lambda-tools-defaults.json - default argument settings for use with Visual Studio and command line deployment tools for AWS
Expand Down

0 comments on commit 6fd579f

Please sign in to comment.