@@ -99,7 +99,7 @@ Resources:
9999 ServiceToken : !GetAtt "CopyZipsFunction.Arn"
100100 DestBucket : !Ref "LambdaZipsBucket"
101101 SourceBucket : " lacework-alliances"
102- Prefix : " lacework-amazon-security-lake-dev "
102+ Prefix : " lacework-amazon-security-lake"
103103 Objects :
104104 - " /lambda/amazon-security-lake.zip"
105105
@@ -206,7 +206,7 @@ Resources:
206206 Properties :
207207 Code :
208208 S3Bucket : !Ref LambdaZipsBucket
209- S3Key : !Join ["", ["lacework-amazon-security-lake-dev ", "/lambda/amazon-security-lake.zip"]]
209+ S3Key : !Join ["", ["lacework-amazon-security-lake", "/lambda/amazon-security-lake.zip"]]
210210 Handler : bootstrap
211211 Runtime : provided.al2023
212212 Environment :
@@ -217,7 +217,7 @@ Resources:
217217 lacework_access_key_id : !Ref LaceworkAccessKeyID
218218 lacework_secret_key : !Ref LaceworkSecretKey
219219 event_bus_arn : !GetAtt LaceworkAmazonSecurityLakeEventBus.Arn
220- alert_channel_name : !Join [ "-", ["Lacework-Amazon-Security-Lake-dev ", !Select [2, !Split [ "/", !Ref "AWS::StackId"]]]]
220+ alert_channel_name : !Join [ "-", ["Lacework-Amazon-Security-Lake", !Select [2, !Split [ "/", !Ref "AWS::StackId"]]]]
221221 amazon_security_lake_cache_s3_bucket_name : !Ref AmazonSecurityLakeCacheS3Bucket
222222 Role : !GetAtt LaceworkAmazonSecurityLakeSetupFunctionRole.Arn
223223
@@ -301,7 +301,7 @@ Resources:
301301 Properties :
302302 Code :
303303 S3Bucket : !Ref LambdaZipsBucket
304- S3Key : !Join ["", ["lacework-amazon-security-lake-dev ", "/lambda/amazon-security-lake.zip"]]
304+ S3Key : !Join ["", ["lacework-amazon-security-lake", "/lambda/amazon-security-lake.zip"]]
305305 Handler : bootstrap
306306 MemorySize : 256
307307 Timeout : 30
0 commit comments