albehrens

Results 7 comments of albehrens

@chrisneal Thank you for your suggestion, but this did unfortunately not work

@ShawnFumo I "solved" it with what I consider a hack. The problem is that the `appSession` cookie is not updated on requests to the api, because the `Set-cookie` header is...

@ShawnFumo Yes, I would not recommend this for production or business critical applications. I am using this for my pet projects. Please let me know if you found a solution...

@ShawnFumo This is great news. Great work! Where exactly would I need to execute your sample code?

I see that you mentioned Github Actions. Did you add `.env.local` to your `.gitignore`? If that is the case `.env.local` does not exist when running Github Actions. Just making sure.

I am not here to tell you how you should do your work, but creating a `.env.local` for injecting environment variables (I guess for not committing secrets to your repository)...

Restarting localstack also means deleting your previous Cloudformation stacks. The reason why it works after restarting is because that Cloudformation stack does not exist. My deployments hang when they are...