Diego Rodrigues Ferreira

Results 5 comments of Diego Rodrigues Ferreira

Had to update my base.scss with `@import "~bootstrap/scss/bootstrap";` That did the trick for me

This CI is failing for ``` serverless-offline-plugins-integration: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit ``` Code looks good though...

Another option is to update `serverless-appsync-simulator/lib/index.js` ``` resolveResources(toBeResolved) { // Pass all resources to allow Fn::GetAtt and Conditions resolution const node = { ...this.serverless.service.resources, toBeResolved, Parameters: {}, // Passing {}...

This depends on implementation on appsync-cli, more specifically, in the `amplify-appsync-simulator` package https://github.com/aws-amplify/amplify-cli I've implemented a quick solution in our forked package (we also use a custom `serverless-appsync-simulator` forked from...