cdk-remote-stack
cdk-remote-stack copied to clipboard
Get outputs and AWS SSM parameters from cross-region AWS CloudFormation stacks.
Hi there. First, Thank you for development about good package. I've been helped everytime. Today I've got the mail from AWS about `AWS Lambda end of support for Python 3.8`;...
The default timeout of 3 seconds for the Lambda function is too short. I propose we change it to 15 minutes.
Hi. Thank you for the great package. aws-cdk-lib.aws_lambda.FunctionOptions#logRetention is deprecated. https://github.com/aws/aws-cdk/pull/28737 It seems to be recommended to migrate to create LogGroup.
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/pahud/cdk-remote-stack/actions/runs/6568098136 ------ *Automatically created by projen via the "upgrade-cdkv1" workflow*
Currently, parameters structured with slashes, such as `/some/parameter`, can be successfully retrieved using the get_parameters_by_path API. However, when attempting to retrieve parameters that are not structured with slashes, such as...
Thanks for the project! Since Python 3.9 will reach its EOL in 10/2025, I'm going to go ahead and raise some (super simple) PRs to bump the runtimes of the...
With Python 3.9 reaching EOL in October of this year (2025), I’ve raised this pull request to bump Lambda’s runtime to 3.13 ※ According to the docs Boto3 is compatible...
With Python 3.9 reaching EOL in October of this year (2025), I’ve raised this pull request to bump Lambda’s runtime to 3.10 ※ According to the docs Boto3 is compatible...