fkunecke
fkunecke
> I had the same issue and figured out the problem. > [AWS Doc](https://docs.aws.amazon.com/lambda/latest/dg/env_variables.html#env_encrypt) said, > > > AWS Lambda authorizes your function to use the default KMS key through...
@hogarthww-labs thanks for putting that together. Your template files, combined with https://medium.com/@navvabian/how-to-add-an-sqs-queue-to-your-amplify-cli-bootstrapped-project-cb7781c636ed I was able to piece together an SQS + lambda trigger to fire off some machine learning/computationally heavy...
I ran into this issue when I had no `className='section'` children in `ReactFullpage.Wrapper`. It appears to be a requirement to have at least one child of `ReactFullpage` with `className` containing...
Had the same issue on 08/07/2019, @NicolasRannou's solution of `npm i --save ami.js@next` worked perfectly. Alternatively, you can check out the source from github and install it using `npm i...
Came across this issue and @heri16's solution worked perfect. If you're looking for something to just paste in and go, here's a snippet: ``` const usernameAvailable = async (username) =>...