arc-macro-src-folder

Change the function source folder for deployment in Architect projects

Usage no npm install needed!

<script type="module">
  import arcMacroSrcFolder from 'https://cdn.skypack.dev/arc-macro-src-folder';
</script>

README

arc-macro-src-folder

Change the function source folder in Architect projects

Install

npm i arc-macro-src-folder

Usage

After installing add something the following to the .arc file:

@app
myapp

@src
dist

@http
get /

@macros
arc-macro-src-folder

Running arc deploy will deploy the ./dist folder instead of ./src.