[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: support AWS SAM serverless connectors (AWS::Serverless::Connector) #11044

Open
1 task done
davidjb opened this issue Jun 18, 2024 · 0 comments
Open
1 task done
Assignees
Labels
area: integration/sam AWS Serverless Application Model status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature

Comments

@davidjb
Copy link
davidjb commented Jun 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

Support for Connectors within AWS SAM configuration for simplifying IAM policies, allowing their centralised, declarative-style permission definitions over manually managing and repeating policies.

Description from the AWS Developer Guide:

Connectors are an AWS Serverless Application Model (AWS SAM) abstract resource type, identified as AWS::Serverless::Connector, that provides simple and well-scoped permissions between your serverless application resources. Use the Connectors resource attribute by embedding it within a source resource. Then, define your destination resource and describe how data or events should flow between those resources. AWS SAM then composes the access policies necessary to facilitate the required interactions.

🧑‍💻 Implementation

SAM has its Connectors openly defined at https://github.com/aws/serverless-application-model/blob/develop/samtranslator/model/connector_profiles/profiles.json with a permissive license, so perhaps LocalStack could draw from this directly.

Anything else?

@davidjb davidjb added status: triage needed Requires evaluation by maintainers type: feature New feature, or improvement to an existing feature labels Jun 18, 2024
@Anze1508 Anze1508 added area: integration/sam AWS Serverless Application Model status: backlog Triaged but not yet being worked on and removed status: triage needed Requires evaluation by maintainers labels Jun 18, 2024
@pinzon pinzon self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: integration/sam AWS Serverless Application Model status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants