You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I keep receiving error InvalidParameterValueException InvalidParameterValueException: SubnetIds and SecurityIds must coexist or be both empty list.
I've tried to find example how to describe the subnets and SG but unfortunately didn't find any.
How to properly provide list of subnets and SG's here?
The text was updated successfully, but these errors were encountered:
status code: 400, request id: f53d420d-1d59-4022-ba47-57b6a584c979
2023/11/02 15:50:30 ValidationException: 1 validation error detected: Value '[[subnet-213124124, subnet-1231242, subnet-12341232]]' at 'vpcConfig.subnetIds' failed to satisfy constraint: Member must satisfy constraint: [Member must have length less than or equal to 1024, Member must have length greater than or equal to 0, Member must satisfy regular expression pattern: ^subnet-[0-9a-z]*$]
In description of lambda I'm describing parameter like this
And I keep receiving error
InvalidParameterValueException InvalidParameterValueException: SubnetIds and SecurityIds must coexist or be both empty list.
I've tried to find example how to describe the subnets and SG but unfortunately didn't find any.
How to properly provide list of subnets and SG's here?
The text was updated successfully, but these errors were encountered: