Skip to content

Instantly share code, notes, and snippets.

@JelsB
Created January 10, 2021 16:37
Show Gist options
  • Save JelsB/0a45dc6c2eff3445ee8ea02eef1091c9 to your computer and use it in GitHub Desktop.
Save JelsB/0a45dc6c2eff3445ee8ea02eef1091c9 to your computer and use it in GitHub Desktop.
export class VpcStack extends Stack {
// ...
public get availabilityZones(): string[] {
return ['eu-west-1a', 'eu-west-1b', 'eu-west-1c']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment