-
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
[aws-appsync] Adding AuthorizationConfig within construction HttpDataSource of the appsync module. #9934
Comments
@haruharuharuby Feel free to take a stab at this! Please tag it with |
@BryanPan342 I started implementation for this issue. How can I tag the in-progress? |
@haruharuharuby wooo no worries i added the label! |
@BryanPan342 I added PR for this issue. I need to fix some CI checks. |
@BryanPan342 is it necessary to add unit test httpConfig that is in CfnTemplate. |
@haruharuharuby for the unit tests, go to aws-cdk/packages/@aws-cdk/aws-appsync/test/appsync-http.test.ts Lines 1 to 20 in 3c116f3
|
nvm it looks like you did it already |
Adding AuthorizationConfig within construction HttpDataSource of the appsync module.
Use Case
Integrating AWS StepFunctions to the appsync as HTTP Datasource.
Current(24, August 2021) AWS CDK can not configure the authorizationConfig during creating data source.
Currently, That can do only from the AWS-CLI. (create-data-source command)
https://docs.aws.amazon.com/cli/latest/reference/appsync/create-data-source.html
Related AWS Blogs.
https://aws.amazon.com/blogs/mobile/invoke-aws-services-directly-from-aws-appsync/
Proposed Solution
I'd like to call the addHttpDataSource method with authorizationConfig object.
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: