Skip to content

Commit

Permalink
fix function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-wada-yusuke committed Mar 8, 2018
1 parent 41bc27a commit 571131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_offices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Resources:
PutOffices:
Type: AWS::Serverless::Function
Properties:
FunctionName: heroes-PutOffices
FunctionName: ${Env}-heroes-PutOffices
Handler: src/functions/offices/index.put
Runtime: python3.6
CodeUri:
Expand Down

0 comments on commit 571131c

Please sign in to comment.