Skip to content

Commit

Permalink
Fix update of missing AWS_SECRET_ACCESS_KEY env var at each invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan ÖZAL committed Sep 27, 2022
1 parent 5051c16 commit 0c455e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public class FunctionEnvironmentManager {
"AWS_ACCESS_KEY",
"AWS_ACCESS_KEY_ID",
"AWS_SECRET_KEY",
"AWS_SECRET_ACCESS_KEY",
"AWS_SESSION_TOKEN",
"_X_AMZN_TRACE_ID"
);
Expand Down

0 comments on commit 0c455e4

Please sign in to comment.