AHeissenberger
Explore posts from serversNNovu
•Created by AHeissenberger on 9/11/2024 in #💬│support
How to open the notification center popup programmatical with javascript?
The notification center has been included as a web component:
Are there any methods on the webcomponent?
2 replies
AWS Lambda / How to set Cookies inside Procedures
How can I set and remove cookies similar to ctx.res.cookie(..) with Express when using the aws lambda adapter.
My configuration is:
* node 18
* tRPC 10
* aws lambda adapter / APIGatewayProxyEventV2
I do not need CORS - I only need to write/delete Cookies
I tried
awsLambdaRequestHandler
but was not able to access anything I added to context in my procedure to be visible there.
Thank you for the support and this great tool!
Andreas3 replies