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
Created a SAM template for Lambda it gives a warning even when VPC in configured. StockCheckerFunction: Type: AWS::Serverless::Function # More info about Function Resource: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html Properties: CodeUri: ./functions/StockChecker/ Handler: StockChecker::StockChecker.Function::FunctionHandler VpcConfig: SecurityGroupIds: - "SecurityGroupId" SubnetIds: Subnets Runtime: dotnet6 Architectures: - x86_64
The text was updated successfully, but these errors were encountered:
Created a SAM template for Lambda it gives a warning even when VPC in configured.
StockCheckerFunction: Type: AWS::Serverless::Function # More info about Function Resource: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html Properties: CodeUri: ./functions/StockChecker/ Handler: StockChecker::StockChecker.Function::FunctionHandler VpcConfig: SecurityGroupIds: - "SecurityGroupId" SubnetIds: Subnets Runtime: dotnet6 Architectures: - x86_64
The text was updated successfully, but these errors were encountered: