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: Add Support for Additional Lambda Permissions (ex S3, SNS, etc) #101

Open
coleduclos opened this issue Sep 10, 2021 · 0 comments

Comments

@coleduclos
Copy link

  • High level summary / overview of the feature request
    As a user of the Lambda plugin, I would like to create functions that can be triggered by asynchronous invocations (S3, SNS, etc).

  • Details of the environment.

    • What is the version of the plugin?
      1.0.8
    • What is the version of spinnaker?
      1.26
  • Current behavior
    Currently there is no way to add permissions to a Lambda that would allow it to be triggered by things like S3 buckets, SNS topics, CloudWatch events, etc. These are considered asynchronous invocations.

  • Expected behavior (Detailed description of the expected behavior and how it is different from the current behavior).
    I expect there would be a way to specify permissions to be added to the Lambda function that would allow certain AWS services and specific resources to trigger the function.

Please see screenshots of this ability in the AWS console below:
Screen Shot 2021-09-10 at 4 47 27 PM
Screen Shot 2021-09-10 at 4 47 38 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant