remove deduplication as default
This commit is contained in:
@@ -22,7 +22,6 @@ Globals:
|
||||
Function:
|
||||
CodeUri: app/
|
||||
Runtime: python3.13
|
||||
Tracing: Active
|
||||
Architectures:
|
||||
- x86_64
|
||||
Layers:
|
||||
@@ -312,7 +311,8 @@ Resources:
|
||||
Type: AWS::Serverless::Function
|
||||
Properties:
|
||||
Handler: events.issue_cert.lambda_handler
|
||||
# Timeout: 30
|
||||
Tracing: Active
|
||||
Timeout: 30
|
||||
LoggingConfig:
|
||||
LogGroup: !Ref EventLog
|
||||
Policies:
|
||||
@@ -391,6 +391,6 @@ Resources:
|
||||
detail:
|
||||
keys:
|
||||
id:
|
||||
- prefix: CERT#REPORTING#ORG
|
||||
- prefix: CERT_REPORTING#ORG
|
||||
sk:
|
||||
- suffix: SCHEDULE#SEND_REPORT_EMAIL
|
||||
|
||||
Reference in New Issue
Block a user