aws / aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Apache License 2.0
3.62k stars 550 forks source link

Add event for AWS/SFTP Transfer - custom identity provider #388

Open alexaandru opened 3 years ago

alexaandru commented 3 years ago

I do not see anything related to AWS Transfer Family. In particular, they support using Lambdas as custom "authorizers" (identity providers), as you can see here: https://docs.aws.amazon.com/transfer/latest/userguide/custom-identity-provider-users.html

Currently, I need to implement my own request/response structs. It would be nice if they would be provided by this package.

Bhutania commented 5 days ago

I'm attempting to use a lambda as described here: https://docs.aws.amazon.com/transfer/latest/userguide/custom-step-details.html#example-workflow-lambdas. Not having support for Transfer Family events in this package is inconvenient.