k1LoW/awspec

Does it supports test for aws lambda layer resource

abhilashnarayanan opened this issue · 0 comments

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...