aleios-cloud / aleios-cloud/sls-dev-tools
Lambda Trigger Support
- Ngôn ngữ chính
- JavaScript
- Star
- 871
- Fork
- 45
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.