You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to simplify overriding multiple values in the cdk.json file by providing them as a JSON payload. This feature should allow users to upload a JSON string directly, which can then be used to override the existing cdk.json context during deployment.
Why the solution needed
Currently, adding multiple options to override the cdk.json file becomes cumbersome when passing arguments to a script. Supporting a JSON payload simplifies the process, reduces errors, and improves maintainability for developers.
Additional context
This feature could involve accepting an additional argument (e.g., a JSON string or file) in the deploy.yml workflow to handle the override seamlessly.
Implementation feasibility
Are you willing to collaborate with us to discuss the solution, decide on the approach, and assist with the implementation?
Yes, I am able to implement the feature and create a pull request.
The text was updated successfully, but these errors were encountered:
@containeers This FR seems an advanced usage. Super-easy deployment which uses deploy.yml is designed for the very first user of bedrock-claude-chat, but we recommend CDK deployment if you wish to customize this solution. May I ask you the detailed backgrounds / contexts?
Describe the solution you'd like
Ability to simplify overriding multiple values in the cdk.json file by providing them as a JSON payload. This feature should allow users to upload a JSON string directly, which can then be used to override the existing cdk.json context during deployment.
Why the solution needed
Currently, adding multiple options to override the cdk.json file becomes cumbersome when passing arguments to a script. Supporting a JSON payload simplifies the process, reduces errors, and improves maintainability for developers.
Additional context
This feature could involve accepting an additional argument (e.g., a JSON string or file) in the deploy.yml workflow to handle the override seamlessly.
Implementation feasibility
Are you willing to collaborate with us to discuss the solution, decide on the approach, and assist with the implementation?
The text was updated successfully, but these errors were encountered: