Skip to content

Commit 32c4722

Browse files
Adding support for retrieve multiple secrets
1 parent 2181f2b commit 32c4722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/parameters/src/getting_started_batch_secrets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ def lambda_handler(event, context: LambdaContext):
2727

2828

2929
def do_stuff_with_secrets(db_password, api_key, jwt_secret):
30+
"""Do your business logic"""
3031
pass

0 commit comments

Comments
 (0)