Skip to content

Commit 3570a37

Browse files
authored
Merge pull request #73 from aws-samples/bug/shebang-update
Removed shebang and encoding lines as they are not required
2 parents a87c915 + 09cada9 commit 3570a37

File tree

2 files changed

+0
-4
lines changed
  • aws_sra_examples/solutions
    • ec2/ec2_default_ebs_encryption/lambda/src
    • s3/s3_block_account_public_access/lambda/src

2 files changed

+0
-4
lines changed

aws_sra_examples/solutions/ec2/ec2_default_ebs_encryption/lambda/src/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
31
"""The purpose of this script is to configure the EC2 EBS default encryption within each account and region
42
53
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

aws_sra_examples/solutions/s3/s3_block_account_public_access/lambda/src/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
31
"""The purpose of this script is to configure the S3 account public access block settings.
42
53
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

0 commit comments

Comments
 (0)