Skip to content

Commit

Permalink
Remove reference to deprecated "Sentry as a Container Image" (#10079)
Browse files Browse the repository at this point in the history
The page for "installing Sentry as a Container Image" specifies it is now deprecated.
```
Deprecation Notice
The Node.js AWS Lambda Container Image is deprecated. Instead, please either use the Sentry AWS Lambda Layer or use the Sentry AWS Lambda SDK directly.
```
  • Loading branch information
tbenyon authored Jun 12, 2024
1 parent 0fbb584 commit c4290bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/javascript/guides/aws-lambda/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Create a deployment package on your local machine and install the required depen

<PlatformContent includePath="getting-started-install" />

We also support [installing Sentry as a Container Image](/platforms/javascript/guides/aws-lambda/container-image/) and [installing Sentry in Lambda Layer](/platforms/javascript/guides/aws-lambda/layer/).
We also support [installing Sentry in Lambda Layer](/platforms/javascript/guides/aws-lambda/layer/).

## Configure

Expand Down

0 comments on commit c4290bd

Please sign in to comment.