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

Lambda Trigger Support #209

Open
serkan-ozal opened this issue May 1, 2020 · 0 comments
Open

Lambda Trigger Support #209

serkan-ozal opened this issue May 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@serkan-ozal
Copy link
Contributor

Twitter Handle: serkan_ozal
(if you'd like a shoutout when we add the feature)

I would like to see the triggers (AWS SQS, SNS, Kinesis, S3, ...) of Lambda function in the function panel.

AWS SQS, Kinesis and DynamoDB stream triggers can be simply retrieved from event source mappings (GetEventSourceMapping/ListEventSourceMappings). However the other triggers (AWS SNS, S3, ...) cannot be detected over even source mapping but from function policy (GetPolicy) by parsing "Statement"/"Condition"/"ArnLike"/"AWS:SourceArn" elements.

@mansurpasha mansurpasha added the enhancement New feature or request label May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants