Open MathieuGilbert opened 21 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.19%. Comparing base (
6bb142e
) to head (efb44cb
).
Thanks for your help in getting these changes to green @ePak. I think it was the npm test
after running the old tests that got it to pass. Unfortunately I don't get much time to work on this, so it's been dragging on.
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
Issue #29925
Closes #29925, #30749.
Reason for this change
The
apiEndpoint
prop currently only works when it's a string (ie.TaskInput.fromText('some/text')
), with the task failing when passed as a reference (ie.TaskInput.fromText(JsonPath.format('some/text/{}', '123')
). This is needed to allow for dynamic parts in the path.Description of changes
ApiEndpoint
task parameter to use theJsonPath.format
intrinsic function to combine theapiRoot
andapiEndpoint
props, instead of basic string concatenation.Description of how you validated changes
fromJsonPathAt
for the endpoint.Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license