Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update template.yml #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Resources:
Handler: simple.handler
Runtime: python3.6
CodeUri: build/simple.zip
Policies: AWSLambdaFullAccess
Policies: AWSLambda_FullAccess

CalculateWeights:
Type: AWS::Serverless::Function
Expand All @@ -23,7 +23,7 @@ Resources:
Handler: calculate_weights.handler
Runtime: python3.6
CodeUri: build/calculate_weights.zip
Policies: AWSLambdaFullAccess
Policies: AWSLambda_FullAccess

UpdateWeight:
Type: AWS::Serverless::Function
Expand All @@ -33,7 +33,7 @@ Resources:
Handler: update_weight.handler
Runtime: python3.6
CodeUri: build/update_weight.zip
Policies: AWSLambdaFullAccess
Policies: AWSLambda_FullAccess

HealthCheck:
Type: AWS::Serverless::Function
Expand All @@ -43,7 +43,7 @@ Resources:
Handler: health_check.handler
Runtime: python3.6
CodeUri: build/health_check.zip
Policies: AWSLambdaFullAccess
Policies: AWSLambda_FullAccess

Rollback:
Type: AWS::Serverless::Function
Expand All @@ -53,7 +53,7 @@ Resources:
Handler: rollback.handler
Runtime: python3.6
CodeUri: build/rollback.zip
Policies: AWSLambdaFullAccess
Policies: AWSLambda_FullAccess

Finalize:
Type: AWS::Serverless::Function
Expand All @@ -63,7 +63,7 @@ Resources:
Handler: finalize.handler
Runtime: python3.6
CodeUri: build/finalize.zip
Policies: AWSLambdaFullAccess
Policies: AWSLambda_FullAccess

StateMachineExecutionRole:
Type: "AWS::IAM::Role"
Expand Down Expand Up @@ -169,4 +169,4 @@ Resources:
"End": true
}
}
}
}