edelauna

Results 4 comments of edelauna

Could remove the `HotModuleReplacementPlugin` as plugin, and instead pass `--hot` when calling `webpack serve`

I'm in the process of migrating from Spring Boot 2.7 to 3, and this thread was very helpful for an SQS migration. However what was previously done automatically via messageConverter,...

Looks like the issue has been closed, I think bumping the amazon dependencies should help and prevent having to include a separate version of awssdk: https://github.com/awspring/spring-cloud-aws/pull/1115

`npx wrangler dev --ip=0.0.0.0` doesn't work all the time for me, switching it to `npx wrangler dev --ip=127.0.0.1` seemed to bring the worker back to life.