File tree 2 files changed +6
-2
lines changed
examples/batch_processing/sam
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"
2
2
Transform : AWS::Serverless-2016-10-31
3
3
Description : partial batch response sample
4
4
@@ -51,3 +51,6 @@ Resources:
51
51
Type : AWS::Kinesis::Stream
52
52
Properties :
53
53
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"
2
2
Transform : AWS::Serverless-2016-10-31
3
3
Description : partial batch response sample
4
4
@@ -37,6 +37,7 @@ Resources:
37
37
Type : AWS::SQS::Queue
38
38
Properties :
39
39
VisibilityTimeout : 30 # Fn timeout * 6
40
+ SqsManagedSseEnabled : true
40
41
RedrivePolicy :
41
42
maxReceiveCount : 2
42
43
deadLetterTargetArn : !GetAtt SampleDLQ.Arn
You can’t perform that action at this time.
0 commit comments