k1LoW / awspec

RSpec tests for your AWS resources.
MIT License
1.17k stars 193 forks source link

Does it supports test for aws lambda layer resource #475

Open abhilashnarayanan opened 5 years ago

abhilashnarayanan commented 5 years ago

Similar to below case, describe lambda('my-lambda-function-name') do it { should exist } end I would like to know if it supports a test case say describe layer(;my-lambda-layer-name') do...