Skip to content

codeporan/serverless-api-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless API Example

Example API implementation for this article.

Uses

  • AWS SDK
  • AWS CLI
  • AWS SAM
  • AWS SAM CLI
  • AWS CloudFormation (via CLI)
  • AWS Lambda
  • AWS API-Gateway
  • AWS S3
  • AWS Elasticsearch Service
  • AWS Cognito
  • AWS Systems Manager Parameter Store
  • Clarifai

Requirements

  • Node.js >8.10
  • AWS CLI
  • AWS SAM CLI

Setup

npm i
npm run createDeployBucket -- s3://<DEPLOYMENT_BUCKET_NAME>
npm run setup
npm run store-api-key -- <CLARIFAI_API_KEY>

Test

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%