Skip to content

How to have private platform serverless APIs communicating securely internally within your organisations without needing to traverse the public internet

License

Notifications You must be signed in to change notification settings

medichops1/serverless-private-apis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-private-apis

Introduction

How to allow private serverless platform APIs to communicate securely internally within your organisations without needing to traverse the public internet. Including visuals and code repository written in TypeScript and the AWS CDK.

This repo is associated to the article Serverless Private APIs - Part 1 🚀

image

This is a minimal set of code to demonstrate the points discussed in the article, so coding and architecture best practices have not been adhered too (inc unit testing)

Getting started

Note: This will incur costs in your AWS account on running the load tests which you should account for.

Please view the detailed deployment steps in the article.

Removing the services

To remove the services run the following command in the two main folders: npm run remove

About

How to have private platform serverless APIs communicating securely internally within your organisations without needing to traverse the public internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.4%
  • JavaScript 8.6%