getsentry / getsentry/sentry-javascript

Provide AWS Lambda Layer ARN in package

Đang mở
#9,557 10 bình luận 1 reaction 0 người được giao Xem trên GitHub
AWS Lambda Improvement
Ngôn ngữ chính
TypeScript
Star
8.7k
Fork
1.8k
Merge trung bình
1 ngày 17 giờ
Pull request đã merge (30 ngày)
515

Mô tả

### Problem Statement

I want to utilize AWS Lambda Layers in my setup but it's hard to know what features are included in the layer's versions. This way it's hard to track official Sentry package releases together with the layer's versions.

### Solution Brainstorm

If we could provide the AWS Lambda Layer version inside of the `@sentry/serverless` package we can use this to get matching version in out Lambda functions.

It could be a JSON file that just contains the ARN per region.
Example:

```json5
{
"us-east-1": "arn:aws:lambda:us-east-1:943013980633:layer:SentryNodeServerlessSDK:184",
"us-east-2": "arn:aws:lambda:us-east-2:943013980633:layer:SentryNodeServerlessSDK:184",
/* ... */
}
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.