Skip to content

Commit fc13c43

Browse files
committed
[Update] - to add name for lambda sources bucket
1 parent 7bf78a8 commit fc13c43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ done
4242

4343
# Reuse session in the new terminal
4444
export aws_cli_current_assume_role_name="/tmp/aws_cli_current_assume_role_SW7DNb48oQB57"
45-
export aws_cli_load_current_assume_role=true
45+
export aws_cli_load_current_assume_role=false
4646
# If the file is not empty
4747
# TODO Later (To check if the credential is expired, don't autoload credential)
4848
if [ "true" = "${aws_cli_load_current_assume_role}" ] && [ -s "${aws_cli_current_assume_role_name}" ]; then

services/name-convention.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ aws_name_convention_get_s3_bucket_name_with_hint() {
2525

2626
aws_name_convention_resource_types="static \
2727
vod terraform cf-logs \
28+
lambda-functions-zip-files \
2829
homepage \
2930
alb-logs webapp-react admin-react backup athena-query-results"
3031

0 commit comments

Comments
 (0)