Alain Krok
Alain Krok
Notes: - It seems the issue happens only with the action group related to ```enableUserInput```, any other action group can be removed properly - This specific action group is not...
Cannot get this to build and run. Tested a different approach by updating the custom-resource-provider-helper to use ``` const pathToBuildFile = codePath+'/build.js'; const pathToOutputFile = codePath; const handler = 'index.handler';...
Update: Locally it is building and passing tests. - Failing on mutation as the esbuild step is changing the content of index.js Thanks @scottschreckengaust - Tested with a sample stack...
LGTM, we'll need to update the documentation to include Java and .Net changes
Hi @kukushking , we do have 2 samples demonstrating how to deploy models on Inferentia : - https://github.com/aws-samples/generative-ai-cdk-constructs-samples/tree/main/samples/sagemaker_huggingface_inferentia - https://github.com/aws-samples/generative-ai-cdk-constructs-samples/tree/main/samples/sagemaker_custom_endpoint Is there a model in particular you are looking to...
Could you please share the code snippet you are using ?
Thanks @kukushking , will add it to the backlog
Will open a separate PR with fix for all samples impacted
Will open a separate PR with fix for all samples impacted
Hi @jkhask , thank you for reporting this issue. I am able to reproduce this behavior. I used the following code: ``` const agent = new bedrock.Agent(this, 'Agent', { foundationModel:...