1 Answer
- Newest
- Most votes
- Most comments
0
I figured it out. I was creating the session object outside the lambda handler which caused it to be cached. I moved session creation inside the handler and everything works now.
answered 6 years ago
Relevant content
- AWS OFFICIALUpdated 10 months ago
