diff --git a/.github/workflows/deployLambdaGetCharityTypes.yml b/.github/workflows/deployLambdaGetCharityTypes.yml index 8425f74..ed422ce 100644 --- a/.github/workflows/deployLambdaGetCharityTypes.yml +++ b/.github/workflows/deployLambdaGetCharityTypes.yml @@ -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 diff --git a/Lambdas/GetCharityTypes/readme.md b/Lambdas/GetCharityTypes/readme.md index 82cb306..8d16713 100644 --- a/Lambdas/GetCharityTypes/readme.md +++ b/Lambdas/GetCharityTypes/readme.md @@ -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