Skip to content

Commit

Permalink
rename some files...
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Oct 22, 2024
1 parent 82ac3af commit 1a4125e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
CodeUri: ./dist/handlers/CreateEntity
Handler: function.handler
Handler: handler
Policies:
- DynamoDBCrudPolicy:
TableName: !Ref DdbTable
Expand All @@ -83,7 +83,7 @@ Resources:
OutExtension:
- .js=.cjs
EntryPoints:
- function.js
- index.js

CreateEntityFunctionInvokePermission:
Type: AWS::Lambda::Permission
Expand All @@ -110,7 +110,7 @@ Resources:
OutExtension:
- .js=.cjs
EntryPoints:
- function.js
- index.js

GetEntityFunctionInvokePermission:
Type: AWS::Lambda::Permission
Expand Down

0 comments on commit 1a4125e

Please sign in to comment.