Renato Valenzuela
Renato Valenzuela
Sorry for the delay in the response. Did you figure this out? Based on the error ``` self.type = resource_dict.get("Type") ^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' ``` From...
Thanks for your feature request. Can you add an example of the use case where this would be used? SAM transform doesn't know the value of parameters during the transform,...
Thanks for the report. There's a test run with these failures here: https://github.com/aws/serverless-application-model/actions/runs/13912627739/job/38929834041 It's interesting here because it looks like these actions (`"sqs:DeleteMessageBatch"`, etc) don't seem to exist, and the...
For the moment we're ignoring `W3037` in SAM's tests, and I would recommend you to do the same as a short term solution for this. We're still coming up with...
In the command, you can probably get rid of the extra parameters that are for the debugger ``` --debugger-path /home/ubuntu/.vscode-server/extensions/amazonwebservices.aws-toolkit-vscode-3.55.0/resources/debugger --debug-args "/var/lang/bin/python3.13 /tmp/lambci_debug_files/py_debug_wrapper.py --listen 0.0.0.0:5858 --wait-for-client --log-to-stderr /var/runtime/bootstrap.py" ``` and...
Hi. Do you still have this problem? Can you upgrade your version of SAM CLI to 1.142.1 and check if the problem persist? If it still does, can you please...
We just need to make sure we test this properly in Windows (cmd, Powershell, Git bash, etc). But Docker Toolbox is deprecated since a few years ago, so it would...
Can you explain a little bit more about this? SAM doesn't make any API calls and it just generates the CloudFormation resources, like the one you posted here. What do...
The hard part about implementing `sam build --watch` is not about doing the actual watcher and build (most it's already implemented for `sam sync --watch`, but it's "how does `sam...
Thanks for reporting this and we're sorry we we were not able to look into this sooner. We're working to get this fixed soon.