env_EU = cdk.Environment(account="1111111111", region="eu-central-1")
app = cdk.App()
HumanityInfraStack(app, "HumanityInfraStack", env=env_EU)
