-
Notifications
You must be signed in to change notification settings - Fork 4k
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(appsync): add authorization config to the HttpDataSource #10171
feat(appsync): add authorization config to the HttpDataSource #10171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final touches!
Co-authored-by: Bryan Pan <bryanpan342@gmail.com>
Co-authored-by: Bryan Pan <bryanpan342@gmail.com>
Co-authored-by: Bryan Pan <bryanpan342@gmail.com>
Co-authored-by: Bryan Pan <bryanpan342@gmail.com>
Co-authored-by: Bryan Pan <bryanpan342@gmail.com>
@BryanPan342 thank you final check! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
Thanks for the contribution @haruharuharuby 😊
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a weird bug in s3-deployment but this should work :)
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thanks again many supports. :) @BryanPan342 |
Does anyone know what are the values expected by |
This PR supersedes #9971
Description
Adding authorization config to HttpDatasource in aws-appsync module.
Users will be able to specify the awsIamConfig in httpConfig as parameter of HttpDataSource.
Fixes: #9934