Skip to content

milavernazza/modak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to this CDK TypeScript project

This project demonstrates how to create a simple "Hello World" AWS Lambda function using Golang and deploy it using AWS CDK in Typescript. The Lambda function is invoked via an API Gateway endpoint.

Prerequisites

  • Nodejs
  • AWS CDK
  • Go

Setup

  1. Clone the repository:
    git clone [email protected]:milavernazza/modak.git
    cd modak
    ´´´
  2. Install the CDK dependencies:
    cd cdk-hello-world
    npm install
    ´´´    
  3. Build the Golang application:
    cd ../hello-world
    GOOS=linux GOARCH=amd64 go build -0 main main.go
    ´´´
    
  4. Deploy the CDK stack:
    cd ../cdk-hello-world
    cdk deploy
    ´´´

GitHub Actions

The project is set up with GitHub Actions to automate the deployment process. Any push to the 'main' branch will trigger the deployment workflow.

License

This project is licensed under the MIT License.

About

Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published