Hammad
Hammad
@ryderjack could you share the snippet? Do you throw a dialog alerting the user if the permissions aren't available?
I will echo the same opinion, this is not production ready. Better to drop it if it cannot be supported.
@andrewoh531 I am having the same problem. It just kills the lambda due to that import. Can't figure out why. Runs on sls invoke local just fine. Could you share...
@andrewoh531 I don't think it was webpack babel setup. Turns out something else was whack with the lambda itself. After increasing the memory to 512mb it kind of flushed out...
Thanks. I was just confused by why it was there. It didn't make sense that these two variables would even be globally needed.
This example should include environment level variables. For example if you want to tag everything in QA with the environment name and everything in STAGE with the environment name. I...
Here is how I have done it, as include on a file with an include doesn't work. **directory structure** ``` └── non-prod ├── account.tfvars ├── terraform.tfvars └── us-east-1 └── stage...
A correction, the above doesn't work. This is quite miserable to learn and get right. I wish it was more like ansible. How do I debug required_var_files or path?
Removing kmsSecrets under custom in server less.yml, then running the encrypt command works. After the secrets yml file is created you can now add kmsSecerets under custom.
Same issue, I am using it alongside "serverless-plugin-typescript", after a lot of attempts to fix it the local invocation does not work. It compiles but will not invoke.