Skip to content

Commit

Permalink
Make policies compatible with serverless application repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajis committed Mar 9, 2018
1 parent f3b22f0 commit 241ace5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sam-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Resources:
Properties:
Handler: com.nitor.plantuml.lambda.PngHandler::handleRequest
CodeUri: !Ref paramCodeUri
Policies: AWSLambdaBasicExecutionRole
Timeout: 20
CodeUri: target/plantuml-serverless-0.0.2.jar
Events:
Expand All @@ -28,7 +27,6 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: com.nitor.plantuml.lambda.PngHandler::handleRequest
Policies: AWSLambdaBasicExecutionRole
Timeout: 20
CodeUri: target/plantuml-serverless-0.0.2.jar
Events:
Expand All @@ -42,7 +40,6 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: com.nitor.plantuml.lambda.SvgHandler::handleRequest
Policies: AWSLambdaBasicExecutionRole
Timeout: 20
CodeUri: target/plantuml-serverless-0.0.2.jar
Events:
Expand All @@ -56,7 +53,6 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: com.nitor.plantuml.lambda.TxtHandler::handleRequest
Policies: AWSLambdaBasicExecutionRole
Timeout: 20
CodeUri: target/plantuml-serverless-0.0.2.jar
Events:
Expand All @@ -70,7 +66,6 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: com.nitor.plantuml.lambda.MapHandler::handleRequest
Policies: AWSLambdaBasicExecutionRole
Timeout: 20
CodeUri: target/plantuml-serverless-0.0.2.jar
Events:
Expand All @@ -84,7 +79,6 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: com.nitor.plantuml.lambda.SyntaxHandler::handleRequest
Policies: AWSLambdaBasicExecutionRole
Timeout: 20
CodeUri: target/plantuml-serverless-0.0.2.jar
Events:
Expand Down

0 comments on commit 241ace5

Please sign in to comment.