Skip to content

yikaus/nullapp

Repository files navigation

nullapp

A minimal AWS Lambda application managed with the Serverless Framework. Includes multiple CI/CD configurations and a simple handler function. [DONE BY github MCP server docker version]

Features

  • AWS Lambda: Simple handler returning a message
  • Serverless Framework: Easy deployment to AWS
  • CI/CD: GitHub Actions, Drone CI, and Dagger for build/test automation
  • Funding: Support via PayPal

Getting Started

Prerequisites

  • Node.js (v12 or later)
  • Serverless Framework (npm install -g serverless)
  • AWS credentials configured

Deploy

sls deploy

Test Locally

sls invoke local -f hello

CI/CD

  • GitHub Actions: See .github/workflows/null.yml for automated tests on push to master.
  • Drone CI: .drone.yml for alternative CI pipeline.
  • Dagger: dagger.cue for advanced build/test automation.

Handler Example

module.exports.hello = async event => {
  return { message: 'nullapp!', event };
};

License

MIT

About

verify ci by drone

Resources

Stars

Watchers

Forks

Sponsor this project

Packages