Skip to content

Commit

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

0 comments on commit a127591

Please sign in to comment.