sfn-callback-urls icon indicating copy to clipboard operation
sfn-callback-urls copied to clipboard

An application for easy handling of Step Function tokens as callback URLs

Results 10 sfn-callback-urls issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [aws-encryption-sdk](https://github.com/aws/aws-encryption-sdk-python) from 2.0.0 to 2.2.0. Release notes Sourced from aws-encryption-sdk's releases. 2.2.0 -- 2021-05-27 Features Improvements to the message decryption process (#343) See https://github.com/aws/aws-encryption-sdk-python/security/advisories/GHSA-x5h4-9gqw-942j 2.1.0 -- 2020-04-20 Maintenance New...

dependencies

Hi I followed the blog post https://aws.amazon.com/blogs/aws/using-callback-urls-for-approval-emails-with-aws-step-functions/ and had the encryption enabled, however it the functionality fails as it throws an error ``` {'errorMessage': "module 'aws_encryption_sdk' has no attribute 'KMSMasterKeyProvider'",...

Hi, awesome project as a shortcut to SFN callback handlers. Thanks a lot. May I ask you to add an architecture diagram to the README. This will help people a...

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. Changelog Sourced from cryptography's changelog. 3.3.2 - 2021-02-07 * **SECURITY ISSUE:** Fixed a bug where certain sequences of ``update()`` calls when symmetrically encrypting very...

dependencies

Hi, thats an awesome project thank you 👍 It would be super nice to be able to enable the xray tracing feature. Currently we can follow the trace through our...

Hi Version 2.0 of the aws_encryption_sdk has removed support for `aws_encryption_sdk.KMSMasterKeyProvider`. From the link below it looks like you can just replace it with `aws_encryption_sdk.StrictAwsKmsMasterKeyProvider`. I am about to test...

I am trying to use this application to test one of the solution and when I was testing this using the steps on this article hosted at [jtekdata](https://jtekds.com/using-callback-urls-for-approval-emails-with-aws-step-functions/). After the...

This app can be deployed once to an account and used by multiple state machines. Any code that uses the app shouldn't have to hardcode the Lambda function name or...

If the user wants a friendly or trusted domain in the callback URLs, they could add that to the API Gateway, but the callback URL generation process needs to understand...