Skip to content
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

(appsync): make FunctionConfiguration hotswap capable #26596

Open
2 tasks
hoegertn opened this issue Aug 2, 2023 · 2 comments
Open
2 tasks

(appsync): make FunctionConfiguration hotswap capable #26596

hoegertn opened this issue Aug 2, 2023 · 2 comments
Labels
@aws-cdk/aws-appsync Related to AWS AppSync effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@hoegertn
Copy link
Contributor

hoegertn commented Aug 2, 2023

Describe the feature

It would be great if the AWS::AppSync::FunctionConfiguration Code could be hot swapped

Use Case

Ease of development of JS resolvers

Proposed Solution

Make the code of a AWS::AppSync::FunctionConfiguration hotswappable

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.89.0

Environment details (OS name and version, etc.)

macOS

@hoegertn hoegertn added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 2, 2023
@github-actions github-actions bot added the @aws-cdk/aws-appsync Related to AWS AppSync label Aug 2, 2023
@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Aug 3, 2023
@pahud
Copy link
Contributor

pahud commented Aug 3, 2023

Yeah that would be great! Thank you for the feature request :-)

@fifthist
Copy link

fifthist commented Sep 7, 2023

https://github.com/aws/aws-cdk/blame/e52acd8d449e491a60f5c78dbf7f00e333eb442c/packages/aws-cdk/lib/api/hotswap/appsync-mapping-templates.ts#L26

Looks like the VLT templates that comprise resolver code can already be hotswapped. Would that not be sufficient?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-appsync Related to AWS AppSync effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

3 participants