Skip to content

aws-samples/amazon-api-gateway-onpremises-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrating Amazon API Gateway private endpoints with on-premises networks

Read the blog about this application: Integrating Amazon API Gateway private endpoints with on-premises networks

Requirements for deployment

  • AWS CLI
  • AWS SAM CLI
  • AWS credentials that provide the necessary permissions to create the resources. This example uses admin credentials.
  • Amazon VPN or AWS Direct Connect with routing rules that allow DNS traffic to pass through to the Amazon VPC.

Deploying

In the terminal, use the SAM CLI guided deployment the first time you deploy

  1. Navigate to the cloned repo directory. Alternatively, use the sam init command and paste the repo URL.

  2. Build the AWS SAM application:

sam build
  1. Deploy the AWS SAM application:
sam deploy –guided

Cleanup

  1. Open the CloudFormation console
  2. Locate the stack using the name entered in SAM deployment.
  3. Select the radio option next to it
  4. Select Delete
  5. Select Delete stack to confirm

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

Integrating Amazon API Gateway private endpoints with on-premises networks

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages