Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwrdrvr/microapps-app-nextjs-demo

Demo of a Next.js application deployed on AWS Lambda via CDK and MicroApps
https://github.com/pwrdrvr/microapps-app-nextjs-demo

aws-lambda cdk microapps nextjs

Last synced: about 2 months ago
JSON representation

Demo of a Next.js application deployed on AWS Lambda via CDK and MicroApps

Awesome Lists containing this project

README

        

![Build/Deploy CI](https://github.com/pwrdrvr/microapps-app-nextjs-demo/actions/workflows/ci.yml/badge.svg) ![JSII](https://github.com/pwrdrvr/microapps-app-nextjs-demo/actions/workflows/jsii.yml/badge.svg) ![Release](https://github.com/pwrdrvr/microapps-app-nextjs-demo/actions/workflows/release.yml/badge.svg)

# Overview

This is the Release Console for the MicroApps framework.

# Development

- `nvm use`
- For Mac
- Install Xcode
- `xcode-select --install`
- `brew install vips`
- `npm i`
- `npm run dev`
- Open in browser: `http://localhost:3000/nextjs-demo`

# Publish New Version of Microapp

See GitHub Actions workflows for example commands.