Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
h
handsome-army-82617
02/10/2021, 7:27 PM
https://www.npmjs.com/package/@sentry/serverless
b
billowy-army-68599
02/10/2021, 7:49 PM
hey! I am no serverless expert, but....
looking at that package, it seems that it's a set of helper methods around
https://www.npmjs.com/package/@sentry/node
a lot of what it's doing is sending data from the AWS log stream to sentry:
https://github.com/getsentry/sentry-javascript/blob/master/packages/serverless/src/awslambda.ts#L140-L171
We don't have an integration like this at the moment, but you can probably get the same result by using our awsx package to bootstrap your lambda + api gateway
https://www.pulumi.com/docs/guides/crosswalk/aws/
and then using the
@sentry/node
package inside your function
h
handsome-army-82617
02/11/2021, 2:34 AM
Thanks for the tips. I've got a pretty rough integration working nicely now!
#aws
Join Slack