David Jetter

Results 7 comments of David Jetter

Similar to above, but I have a growing app (really three deployable apps in a monorepo) currently running on Lambda with a mixture of API Gateway + EventBridge invocations. I'd...

@mnapoli I appreciate the reply, and certainly understand the desire to keep something like compose agnostic of service implementation details. I do think that the original serverless CLI offered a...

@mnapoli I think so, that using the environment variable is less practical, but I also think that may be because I am operating in a less than best-practice way. I'm...

@mnapoli Apologies for how long it took me to get back to you on this. Stage params in the yml files could be an option, although somewhat obtuse for my...

Another update here: After doing some work to begin doing packaging and deployments in Github actions, I realized that these CLI arguments make it difficult to be flexible with how...

@mnapoli Thanks for the response. Yes, that bit you highlight is the problem. I edited my issue to clearly state expected + actual behavior to help clarify any future readers...

@mnapoli Yeah, I think you're right - this is more of an issue with how the plugin behaves, expecting that the `pyproject.toml` file is in the same directory as the...