add docseal
This commit is contained in:
@@ -312,7 +312,7 @@ Resources:
|
||||
Properties:
|
||||
Handler: events.issue_cert.lambda_handler
|
||||
Tracing: Active
|
||||
Timeout: 30
|
||||
Timeout: 12
|
||||
LoggingConfig:
|
||||
LogGroup: !Ref EventLog
|
||||
Policies:
|
||||
@@ -336,6 +336,33 @@ Resources:
|
||||
old_image:
|
||||
status: [IN_PROGRESS]
|
||||
|
||||
EventAskToSignFunction:
|
||||
Type: AWS::Serverless::Function
|
||||
Properties:
|
||||
Handler: events.ask_to_sign.lambda_handler
|
||||
Tracing: Active
|
||||
Timeout: 12
|
||||
Policies:
|
||||
- S3ReadPolicy:
|
||||
BucketName: !Ref BucketName
|
||||
LoggingConfig:
|
||||
LogGroup: !Ref EventLog
|
||||
Events:
|
||||
DynamoDBEvent:
|
||||
Type: EventBridgeRule
|
||||
Properties:
|
||||
Pattern:
|
||||
resources: [!Ref EnrollmentTable]
|
||||
detail:
|
||||
keys:
|
||||
sk: ["0"]
|
||||
new_image:
|
||||
cert:
|
||||
- exists: true
|
||||
old_image:
|
||||
cert:
|
||||
- exists: false
|
||||
|
||||
EventReportingAppendCertFunction:
|
||||
Type: AWS::Serverless::Function
|
||||
Properties:
|
||||
|
||||
Reference in New Issue
Block a user