Billy Shambrook

Results 6 comments of Billy Shambrook

We would greatly benefit if you could override CPU and memory limits. For us, these parameters change depending on the input message. Our current workaround is to create multiple task...

One user scenario we have for this is to do with "branch" deployments whereby you want to create a unique deployment of a service for each feature branch that is...

It seems like some packagers provide a native way of specifying "dev" dependencies, for example pipenv and npm. Perhaps we could add a new command `sam dev build` which would...

In addition to passing the options directly in the sam build command line, pip has a couple of ways of storing the information so you don't have to explicitly pass...

@sanathkr you reckon we could add an additional argument to the build command to pass in environment variables to the build container? `sam build --use-container --docker-env PYPI_USER=123,PYPI_PASS=xxx` Should be fairly...

For me it makes sense if the assumption is Kargo is responsible for promoting changes to git. If Kargo finds a diff between its current state and git, Kargo should...