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
2024-04-16 11:06:26 Plugin 'ServerlessAppPlugin' raised an exception: AWS Region cannot be found Traceback (most recent call last): File "samtranslator/plugins/sam_plugins.py", line 130, in act File "samtranslator/metrics/method_decorator.py", line 116, in wrapper_cw_timer File "samtranslator/plugins/application/serverless_app_plugin.py", line 150, in on_before_transform_template File "samtranslator/region_configuration.py", line 48, in is_service_supported samtranslator.translator.arn_generator.NoRegionFound: AWS Region cannot be found
Hi, I'm trying to deploy SAR-Lambda-Janitor via a SAM template. I've added it to the Resources section of my SAM template:
However, when I run:
$ sam build --debug -t ./template.yaml
I am seeing the error:
Plugin 'ServerlessAppPlugin' raised an exception: AWS Region cannot be found
I am not sure how to solve this. Any help would be much appreciated. Thank you!
The text was updated successfully, but these errors were encountered: