Example #1
0
 public void notInVpc()
 {
     template.HasResource("AWS::Lambda::Function", new Dictionary <string, object> {
         { "Vpc", Match.Absent() }
     });
 }