shalupov / idea-cloudformation

AWS CloudFormation plugin for IntelliJ-based IDEs (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, DataGrip, CLion)
https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaAwsCloudFormation_Master_Build&guest=1
Apache License 2.0
136 stars 27 forks source link

Add Support for AWS::Lambda::LayerVersion #143

Closed mtrubs closed 5 years ago

mtrubs commented 5 years ago

I am using this plugin (v0.6.5) in GoLand.

It is possible to define Layers for lambdas in CF templates now. However I get an error Unknown CloudFormation resource type: AWS::Lambda::LayerVersion. Similarly when I link the layer into a lambda function I get Unknown resource type property: Layers.

The documentation can be found here:

shalupov commented 5 years ago

Please check - 0.6.9 is released

mtrubs commented 5 years ago

looks great. thank you!