Unrecognized resource types: [AWS::Lambda::LayerVersion]

Hi! Getting the following error when trying to deploy the app. What could it be?

Deploying CloudFormation stack with jets app!
ERROR: Template format error: Unrecognized resource types: [AWS::Lambda::LayerVersion]

Unsure :thinking: What’s app code look like? Small sample for context might be enough.

Also wondering what region the app is be deploying to. Wondering if it’s regionally related.

The culprit was my region setting (eu-north-1). Changed to eu-west-2 and it works fine!