Skip to content

Commit

Permalink
fix codeuri
Browse files Browse the repository at this point in the history
  • Loading branch information
yingdoli committed Jun 14, 2021
1 parent 8f3c488 commit 002ae74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sam-app/lambda_functions/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,15 @@ Globals:
Function:
Timeout: 6
Runtime: python3.7
CodeUri: ./sam-app-deployment-artifact.zip
CodeUri: .

Resources:

sfLambdaLayer:
Type: AWS::Serverless::LayerVersion
Properties:
Description: Salesforce Lambda function external dependencies
ContentUri: ./lambda_layers.zip
ContentUri: ../lambda_layers
CompatibleRuntimes:
- python3.7

Expand Down

0 comments on commit 002ae74

Please sign in to comment.