Skip to content

Commit

Permalink
fix lambda arn.
Browse files Browse the repository at this point in the history
  • Loading branch information
humank committed Nov 1, 2021
1 parent b3b68ad commit 48c0986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deployment/coffeeshop-cdk/lib/coffee-shop-code-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ export class CoffeeShopCodePipeline extends cdk.Stack {

}
},


// cache:{
// paths:[
// '/root/.m2/**/*',
Expand Down
2 changes: 1 addition & 1 deletion sources/coffeeshop/coffee-sls/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Outputs:
Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/order"
AcceptOrderFunction:
Description: "Hello World Lambda Function ARN"
Value: !GetAtt AcceptOrder.Arn
Value: !GetAtt AcceptOrderFunction.Arn

0 comments on commit 48c0986

Please sign in to comment.