Add event for AWS/SFTP Transfer - custom identity provider

Open
#388 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
aws, go
Domain
backend, cloud

Research direction

Start by reading the linked AWS Transfer Family custom identity provider documentation and inspecting the aws-lambda-go package's existing event and response types. Define the request and response structs needed for this Lambda integration, then add them where related package types belong and verify that the public types represent the documented payloads.

Written by the indexing model from the issue text.

Description

enhancement type/events

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.

Dominant language
Go
Stars
3.8k
Forks
578
Avg merge
16h 56m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aws/aws-lambda-go

All issues in aws/aws-lambda-go

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.