josef
josef
Hey @armenr :wave: thanks for raising this! Are you looking to add these secrets to functions or some other resource in your Amplify project? We can leverage CLI [command hooks](https://docs.amplify.aws/cli/project/command-hooks/)...
Hey @armenr :wave: thanks for the clarification! I've gone ahead and marked this as a feature request for the team to evaluate further, however in the meantime can you also...
@Straubulous this is still affecting the `add-to-group` post-confirmation trigger, where we are missing `cognito-idp:CreateGroup` permissions ``` PostConfirmation failed with error User: arn:aws:sts::xxx:assumed-role/75825b271e0d5b271e0dPostConfirmation-dev/75825b271e0d5b271e0dPostConfirmation-dev is not authorized to perform: cognito-idp:CreateGroup on resource:...
this was accidentally closed by PR merge, one outstanding item here, see https://github.com/aws-amplify/amplify-cli/issues/7582#issuecomment-1042372502
Hey @georgeleeventures :wave: thanks for raising this! As a follow-up question I wanted to clarify the motivation for editing directly in the Lambda Console rather than editing locally and testing...
Hey @georgeleeventures thank you for clarifying, and you are correct `amplify mock` does not currently support Lambda Layers as documented here aws-amplify/amplify-cli#11859. While we are unable to mitigate the size...
Hey @georgeleeventures :wave: are you using Python 3.9 locally? I was able to reproduce the size issue using Python 3.9 locally, however if we use Python 3.8 (which the function's...
Hey @georgeleeventures :wave: apologies for the delay! Looking at the [source](https://github.com/aws-amplify/amplify-cli/blob/master/packages/amplify-python-function-runtime-provider/src/util/pyUtils.ts#L51-L64) it appears `python3` will be used if found. Can you verify whether the version of `python3` is pointing to...
Hey @georgeleeventures I'm taking a further look into this one to see if we can circumvent the large package size. My only concern would be once we add a dependency...
Hey @georgeleeventures and @Lacie apologies for the delay here! With @Lacie 's note regarding packaging `venv` and the comparison with deployed sizes of Python-based Lambda functions outside the context of...