File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
examples/batch_processing/sam Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- AWSTemplateFormatVersion : ' 2010-09-09'
1+ AWSTemplateFormatVersion : " 2010-09-09"
22Transform : AWS::Serverless-2016-10-31
33Description : partial batch response sample
44
@@ -51,3 +51,6 @@ Resources:
5151 Type : AWS::Kinesis::Stream
5252 Properties :
5353 ShardCount : 1
54+ StreamEncryption :
55+ EncryptionType : KMS
56+ KeyId : alias/aws/kinesis
Original file line number Diff line number Diff line change 1- AWSTemplateFormatVersion : ' 2010-09-09'
1+ AWSTemplateFormatVersion : " 2010-09-09"
22Transform : AWS::Serverless-2016-10-31
33Description : partial batch response sample
44
@@ -37,6 +37,7 @@ Resources:
3737 Type : AWS::SQS::Queue
3838 Properties :
3939 VisibilityTimeout : 30 # Fn timeout * 6
40+ SqsManagedSseEnabled : true
4041 RedrivePolicy :
4142 maxReceiveCount : 2
4243 deadLetterTargetArn : !GetAtt SampleDLQ.Arn
You can’t perform that action at this time.
0 commit comments