Stephen Rayner

Results 49 comments of Stephen Rayner

Also having this issue, needed to update webpack to 4+.

Team, have you considered moving away from CloudFormation? I found it to be a bit error prone. It can get stuck in roll backs sometimes. Terraform seems to do a...

In case anyone else is searching for this issue ``` [2] [2022-09-07T15:02:25.898Z] ERROR (5468 on Sigexs-MBP.broadband): The value of "value" is out of range. It must be >= 0 and...

Let the duping begin!

In package.json adding `graphql` to the `transformIgnorePatterns` doesn't appear to resolve the issue. ```json "jest": { "projects": [ { "preset": "jest-expo/ios", "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|native-base|@storybook|graphql)" ] }, { "preset": "jest-expo/android", "transformIgnorePatterns":...

Thank you, saved me sometime here. Wasn't sure why the documentation wasn't working then stumbled across this. I've ping'ed this over to my account manager so to chase the correction...

It's a shame that this is not documented. Only an example with serverless.yml is given and there is no mention of it doing "magic" in the background to produce IAM...

So turns out this works fine, my issue was a spelling mistake. ```ts environment: { AWS_NODEJS_CONNECTION_REUSE_ENABLED: "1", // TODO (Stephen): need to correct which stage the secret lives hard coding...

To get all the objects that have a `"Chop down"` option I just used the dump command and then did a `filter()` on the options. For getting all the tree...