aws-secrets-manager-rotation-lambdas
aws-secrets-manager-rotation-lambdas copied to clipboard
Contains Lambda functions to be used for automatic rotation of secrets stored in AWS Secrets Manager
Hey, in the `SecretsManagerRDSMySQLRotationSingleUser/lambda_function.py` we expect the field names to be: ``` { 'engine': , 'host': , 'username': , 'password': , 'dbname': , 'port': } ``` In our case, we...
I get this error while executing the lambda for [SecretsManagerActiveDirectoryRotationSingleUser](https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/tree/master/SecretsManagerActiveDirectoryRotationSingleUser) Please suggest ______________________________________________ 2022-08-01T16:19:08.536+05:30Copy[ERROR] ValueError: execute_kinit_command: kinit failedTraceback (most recent call last): File "/var/task/lambda_function.py", line 136, in lambda_handler create_secret(secrets_manager_client, arn,...
Hi, According to the official document, MongoDB supports 3.2 or 3.4 for both Single User and Master User. I would like to use MongoDB 4.0 to build DocumentDB, So, it...
**Compiler** Python3.8 **Error from cloudwatch** [ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'lambda_function': invalid syntax (__init__.py, line 3) Traceback (most recent call last): File "/var/task/pg/__init__.py" Line 3 async, **Reason for error**...
Currently the Application requires passing of the functionName. All Lambda Functions allow you to not provide that value as to avoid issues with character limits exceeding the 64 character limit....
*Issue #, if available:* N/A *Description of changes:* Typescript version of lambda templates By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...
Commit edd300ad2c33152e39d4c00fda6d777dbf1834ca ("Supports MySQL/Maria grants containing percent symbols.") added a replacement of '%' with '%%' because '%' is an escape character for python format strings. I don't know if something...
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': No module named 'pg'
Hi, in CloudWatch getting this error: [ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': No module named 'pg' Traceback (most recent call last): --
For SAM functions, you are able to specify a Permissions Boundary to use for the role that gets created automatically by Serverless::Function resources. However, there is no way for us...
I added password rotation to my database using https://github.com/time-loop/cdk-aurora/blob/main/src/aurora.ts#L284 However, it didn't - create the user, which didn't previously exist, so I worked around it: https://github.com/time-loop/cdk-aurora/blob/main/src/aurora.provisioner.ts#L432:16 - set the newly...