You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/template.yaml
+1-78
Original file line number
Diff line number
Diff line change
@@ -61,27 +61,6 @@ Resources:
61
61
Name: id
62
62
Type: String
63
63
64
-
HelloWorldIdempotentFunction:
65
-
Type: AWS::Serverless::Function # More info about Function Resource: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction
66
-
Properties:
67
-
CodeUri: HelloWorldFunction
68
-
Handler: helloworld.AppIdempotency::handleRequest
69
-
MemorySize: 512
70
-
Environment: # More info about Env Vars: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#environment-object
71
-
Variables:
72
-
POWERTOOLS_LOG_LEVEL: INFO
73
-
AWS_ENDPOINT_DISCOVERY_ENABLED: false
74
-
Tracing: Active
75
-
Policies:
76
-
- DynamoDBCrudPolicy:
77
-
TableName: !Ref IdempotencyTable
78
-
Events:
79
-
HelloWorld:
80
-
Type: Api # More info about API Event Source: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#api
81
-
Properties:
82
-
Path: /helloidem
83
-
Method: post
84
-
85
64
UserPwd:
86
65
Type: AWS::SecretsManager::Secret
87
66
Properties:
@@ -131,55 +110,6 @@ Resources:
131
110
Value: aGVsbG8gd29ybGQ=
132
111
Description: Base64 SSM Parameter for lambda-powertools-java powertools-parameters module
0 commit comments