Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

kay-is/serverless-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

Releases

No releases published

Packages

No packages published