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
import{NestedStack}from'aws-cdk-lib';import{typeConstruct}from'constructs';import{Vpc}from'aws-cdk-lib/aws-ec2';exportclassNetworkStackextendsNestedStack{readonlyvpc: Vpc;// TODO find a awy to set retention for the logs related to this stackconstructor(scope: Construct){super(scope,NetworkStack.name);this.vpc=newVpc(this,Vpc.name,{natGateways: 0,});}}
The text was updated successfully, but these errors were encountered:
https://api.github.com/vorant94/sofash/blob/fcb3ff714b19baf963f745027eebdd11e63af32c/apps/infra/src/app/network.stack.ts#L8
The text was updated successfully, but these errors were encountered: