-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: replace role mapping lambda in auth category #13003
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## dev #13003 +/- ##
===========================================
+ Coverage 0.00% 48.38% +48.38%
===========================================
Files 1296 840 -456
Lines 149743 38065 -111678
Branches 1296 7787 +6491
===========================================
+ Hits 0 18417 +18417
+ Misses 148447 18055 -130392
- Partials 1296 1593 +297
... and 1236 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description of changes
This PR:
role-map-lambda-function.js
with CFN equivalentIssue #, if available
Description of how you validated changes
E2E tests: https://app.circleci.com/pipelines/github/aws-amplify/amplify-cli?branch=run-e2e%2Fsobkamil%2Fuser-groups-lambda
Failed tests:
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.