Kevin Cerro

Results 24 comments of Kevin Cerro

Hello, I encountered same problem here. I deployed a symfony app to kubernetess and I cannot expect same user on same pod each time. Any advancement here? Thanks P.D: Maybe...

I opened a PR with some changes that fixes this issue. Please see [#353](https://github.com/craue/CraueFormFlowBundle/pull/353)

Same issue here. MacOS 11.2.1 Stripe cli version 1.5.9 installed via Homebrew Sometimes some events are lost and the only way is to resent them manually. ![Captura de pantalla 2021-03-01...

For anyone here, this is solved since version 2.0.0. Run `sls plugin install -n serverless-wsgi` on your terminal inside your project folder. (At this moment, these command installs 3.0.0 version)

Here is my list: - [Uptime Rocket](https://uptimerocket.com): server uptime monitoring service - [My Top Servers](https://mytopservers.com): minecraft server list

Hope that this will be finally merged. I need to host under a subpath /blog a static-website using a server-side-website construct

Now AWS supports response streaming to bypass 6MB limit - additional cost if you pass 6MB and with a soft limit of 20MB (maybe ampliable on request) Its supported on...

In my case from 87,6kB to 5,8kB on a simple SF project using GZIP ![Captura de pantalla 2023-10-24 a las 14 11 49](https://github.com/brefphp/bref/assets/13980708/e2bf9c90-b074-4d86-8fc2-172467575e14)

> Indeed that is a nice soltion. > If you are interested in contributing it back, we could do something as > > ```yaml > jms_serializer: > metadata: > >...

> solved my problem. "s3:ListBucket" permission was missing. This solved my issue, thanks