Skip to content

Commit f47b47b

Browse files
authored
Merge pull request #4 from lyenliang/patch-3
Make this function able to duplicate Architecture
2 parents 4060679 + 07727ec commit f47b47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws/do_duplicate_function.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def lambda_handler(event, context):
124124
"Publish",
125125
"Environment",
126126
"VpcConfig",
127-
"Layers"
127+
"Layers",
128+
"Architectures"
128129
)
129130
}
130131
if 'VpcConfig' in new_function_data:

0 commit comments

Comments
 (0)