https://github.com/dhruvvkdv/aws-docker-lambda

https://github.com/dhruvvkdv/aws-docker-lambda

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: DHRUVvkdv
  • Language: TypeScript
  • Default Branch: main
  • Size: 43 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Welcome to your CDK TypeScript project

This is a blank project for CDK development with TypeScript.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

cdk init app --language typescript

systemctl start docker docker build -t docker-image:test . docker run -p 9000:8080 docker-image:test In a new terminal: curl "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'

in the root direc: cdk bootstrap --region us-east-1

then cdk deploy

Owner

  • Name: Dhruv Varshney
  • Login: DHRUVvkdv
  • Kind: user
  • Location: USA

Learning to get better.

GitHub Events

Total
Last Year

Dependencies

image/Dockerfile docker
  • public.ecr.aws/lambda/python 3.12 build
package-lock.json npm
  • 333 dependencies
package.json npm
  • @types/jest ^29.5.12 development
  • @types/node 20.14.2 development
  • aws-cdk 2.147.0 development
  • jest ^29.7.0 development
  • ts-jest ^29.1.4 development
  • ts-node ^10.9.2 development
  • typescript ~5.4.5 development
  • aws-cdk-lib 2.147.0
  • constructs ^10.0.0
  • source-map-support ^0.5.21
image/requirements.txt pypi
  • numpy *