Nick Carpenter
Nick Carpenter
We have this requirement too. Basically we want a vanilla OpenAPI file, and then use the event definitions on the AWS Serveless Function to map into the defined functions in...
+1 ``` Error: PythonPipBuilder:ResolveDependencies - {pyrsistent==0.16.0(sdist), pyyaml==5.1.2(sdist)} ```
This is a direct need to any customers that have private packages. Not sure why this wasnt included in the 1.0 release.
We have a workaround. Since SAM is using PIP under the covers. We just generate as part of the build system a pip.conf in the correct directory. When SAM runs,...
The only way(I found) to solve this is to store the information and pull it from somewhere. I solved this generically for my custom providers by creating a dynamodb library...
Thanks for this @benbridts - This works with the single account use case(maybe). But in a multi-account scenario where you dont want to share credentials in all accounts since you...
@benbridts yes and no. The secret should be stored exactly once for external APIs if a user desires. That way if I need to rotate, I can change in one...
What if I dont want everyone to have access to the specific resource we are creating? What if we have a shared responsibility model within a company - core infrastructure...
> I just don't see how having a NoEcho parameter is better than having account-level configuration. Either way exposes your credentials more than you'd like, and at least with the...
Where is this?