Aleksandras Mileris

Results 2 comments of Aleksandras Mileris

This has probably been already fixed... Looking at [header.ejs](https://github.com/formio/formio.js/blob/master/src/components/editgrid/templates/header.ejs) I can see the following default header template, which translates the EditGrid table header properly for me: `{% ctx.util.eachComponent(ctx.components, function(component) {...

What I think happens is that when AWS Toolkit executes `sam.cmd local invoke ...` - it starts up the Docker container (in my case, of `public.ecr.aws/lambda/java:17-rapid-x86_64` image), and then during...