ptrhck
ptrhck
If possible at all, could someone suggest on how to deploy the changes to a repo to [AWS fargate](https://github.com/stelligent/mu/tree/83ffc59ceb28c837f8582d1b5a7a4b1a9b9adb6a/examples/ecs-fargate) using mu on CircleCI? What would a config.yml look like? I...
How can global state shared between browser windows with overmind? Currently, I check if the user has logged in but opening a new tab redirects to the login page.
When I start the development server, it seems that fetching the prismic data is going well: ``` Starting to fetch data from Prismic Fetch Prismic data: 504.140ms ``` However, If...
I have deployed a lambda function with a container image to localstack using this plugin. With `host: http://localstack`, the deploy command worked perfectly, even from within a docker container (VSCode...
### Is there an existing issue for this? - [X] I have searched the existing issues and read the documentation ### Question I have been following the serverless example and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description The basic Python serverless example demonstrates how to deploy an AWS...
I just tried your instructions in order to deploy a Django GraphQL API to AWS Lambda, which I used to deploy with Zappa. However, with serverless and your steps it...
Nodejs 10 is not supported anymore at AWS Lambda. I used the following Docker Image to build the zip file and deployed it both, for Nodejs 12 and 14 and...
Thanks to this example repo, I started experimenting with Django. I have added a simple django project following this [tutorial](https://docs.djangoproject.com/en/4.0/intro/tutorial01/) while using the same dependency versions as in this repo....
I have been trying this example and wanted to check whether hot code reloading also works when running the Docker container with pants. What I noticed is, that on every...