All Projects → YoruNoHikage → apex-api-gateway-boilerplate

YoruNoHikage / apex-api-gateway-boilerplate

Licence: MIT license
Boilerplate for AWS Lambda and API Gateway using Apex

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to apex-api-gateway-boilerplate

send-email-lambda
Simple email sender running on Lambda
Stars: ✭ 70 (+268.42%)
Mutual labels:  api-gateway, apex
amazon-ivs-ugc-web-demo
This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.
Stars: ✭ 14 (-26.32%)
Mutual labels:  api-gateway
api-gateway
Node.js API gateway that works as single entry point for all clients in a MicroService architecture pattern.
Stars: ✭ 26 (+36.84%)
Mutual labels:  api-gateway
go2gql
graphql-go schema generator by proto files
Stars: ✭ 33 (+73.68%)
Mutual labels:  api-gateway
serverless-content-encoding
Serverless plugin to enable content encoding for response compression
Stars: ✭ 14 (-26.32%)
Mutual labels:  api-gateway
gobis
Gobis is a lightweight API Gateway written in go which can be used programmatically or as a standalone server.
Stars: ✭ 48 (+152.63%)
Mutual labels:  api-gateway
serverless-go
Serverless Golang Function to Discover Movies 🎥
Stars: ✭ 37 (+94.74%)
Mutual labels:  api-gateway
noiiice
a serverless blog built on NuxtJS, AWS, serverless framework, and irrational exuberance.
Stars: ✭ 42 (+121.05%)
Mutual labels:  api-gateway
pytorch-distributed-training
Simple tutorials on Pytorch DDP training
Stars: ✭ 188 (+889.47%)
Mutual labels:  apex
GatewayService
GatewayService (Ocelot).
Stars: ✭ 19 (+0%)
Mutual labels:  api-gateway
rocket-lamb
A crate to allow running a Rocket webserver as an AWS Lambda Function with API Gateway or an Application Load Balancer
Stars: ✭ 73 (+284.21%)
Mutual labels:  api-gateway
image-resizer-service
Serverless image resizing service for AWS
Stars: ✭ 95 (+400%)
Mutual labels:  api-gateway
AspNetCore.ApiGateway
Asp Net Core Api Gateway Framework
Stars: ✭ 46 (+142.11%)
Mutual labels:  api-gateway
realtime-transport-dashboards
Serverless APIs for AWS to build and display public transports real time data (Serverless application example)
Stars: ✭ 23 (+21.05%)
Mutual labels:  api-gateway
serverless-websockets-chat
Realtime chat app based on AWS Lambda, API Gateway, DynamoDB, Websockets, React in TS
Stars: ✭ 19 (+0%)
Mutual labels:  api-gateway
universalmock
A universal mock class in Apex
Stars: ✭ 55 (+189.47%)
Mutual labels:  apex
less
Go serverless website on AWS Lambda.
Stars: ✭ 22 (+15.79%)
Mutual labels:  apex
sls-photos-upload-service
Example web app and serverless API for uploading photos and saving to S3 and DynamoDB
Stars: ✭ 50 (+163.16%)
Mutual labels:  api-gateway
groot-api-gateway
API Gateway for the Groot project written in Arbor
Stars: ✭ 12 (-36.84%)
Mutual labels:  api-gateway
apex-rollup
Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.
Stars: ✭ 133 (+600%)
Mutual labels:  apex

Apex API Gateway Boilerplate

Prerequisites

Install Apex to manage your deployments to AWS Lambda

Usage

Copy project.example.json to project.json and fill it with your roles and credentials.

Then execute these commands to deploy Lambda functions:
npm install && npm run lambda:deploy

Then creating API by doing:
npm run apigateway:create

Everytime you need to update your API:
npm run apigateway:update

Now, you can try requesting your API like this: curl https://<id>.execute-api.<region>.amazonaws.com/dev/hello/John

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].