Heitor Lessa

Results 214 comments of Heitor Lessa

**Tasks** * [ ] Automate Cognito User for E2E and retrieve them from Secrets Manager/SSM Parameter Store * [ ] Add Integ tests to `make tests` * [ ] Add...

SAM CLI now supports parallel builds as well as cache. This means, we could make use of CI Cache + SAM CLI build and parallel to make deployment quicker. Two...

Hi @jensenzelaya thanks for raising this issue. As this project pins dependencies I believe this is solving an issue elsewhere - could you share a full build log to find...

Hi Mike - both of them are used by SAM CLI, which we install using pip at CI. What we need to do is change CI (make dev) to download...

Npm audit output ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for...

Following up on this as I'm not sure if there's anything I can do as a Apollo-docs theme to address this cc @trevorblades

Switched to Yarn now and am forcing certain versions in downstream dependencies, as they cropped up to 5 vulnerabilities since this report. ```json ... "dependencies": { "@aws-amplify/analytics": "^3.3.6", "antd": "^4.7.0",...

Maybe this is helpful...I've discovered that the main content area had a max width. After some digging in the code base I found it can be overridden by shadowing this...

For those looking for a short-term solution. A customer wrote an article demonstrating how to selectively discard services you are sure you don't use https://blog.cubieserver.de/2020/building-a-minimal-boto3-lambda-layer/

Following up as we're now at 64M - I understand this would be a huge undertaking considering how these are created today, so I'm primarily interested in hearing whether the...