This message was deleted.
# aws
s
This message was deleted.
l
Looks like your event handler is trying to use Pulumi. That doesn't work. What's it trying to do?
n
yeah i agree, this is for TerraForm, not code… that’s probably why
pulumi up
worked and this doesn’t… if you want to use sqs in the function, you should look at
aws-sdk
or something?
f
Sorry guys for the delay. I'm trying to put a message in sqs queue from api gateway (event handler)
n
yeah you don’t need pulumi in the lambda (event handlers), you only need
aws-sdk