Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tshio/cdk-aws-apprunner-construct

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tshio/cdk-aws-apprunner-construct

Construct that allow to create a AWS AppRunner resources using `AwsAppRunner`, and providing arns or extra apprunner related resources

latest
npmnpm
Version
1.0.4
Version published
Maintainers
6
Created
Source

AWS APP RUNNER CDKTF Construct

Construct that allow to create a AWS AppRunner resources using AwsAppRunner, and providing arns or extra apprunner related resources

Supported features

These features of AppRunner configuration are supported:

  • Custom autoscaling config

Usage example

    new AwsAppRunner(this, 'AWS_APP_RUNNER_SERVICE', {
      config,
      runtimeEnvironmentVariables,
      dependsOn: [db],
      ecrRoleArn: ecr.roleArn,
      vpcId: vpc.id,
      subnets: [...vpc.privateSubnets, ...vpc.publicSubnets],
      securityGroupIds: [db.sg.id],
      tags: {},
    });

Inputs

NameDescriptionTypeDefaultRequired
ecrRoleArnThe ARN of ECR role to use for the APP Runner servicestring""yes
subnetsThe Subnets Ids to use for the App Runner servicestring[][]yes

Outputs

NameDescription
AWS_APPRUNNER_OUTPUT_SERVICE_ARNThe ARN of the AppRunner service
AWS_APPRUNNER_OUTPUT_SERVICE_URLThe URL of the AppRunner service

Authors

Construct is maintained by The Software House

License

FAQs

Package last updated on 28 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts