Here's a helpful overview of a few different Architect features (HTTP GET views, POST webhooks, pub/sub events, and Dynamo tables) used to build a simple SMS site updater with @VonageDev APIs.
blog.begin.com/posts/2022-08-…
✨New @architect/functions@RC is out with bundled typings. The new types are much improved over the DefinitelyTyped package.
npm i @architect/functions@RC
🙏 Thanks to @thecamjackson for the PR!
Feedback welcome at
We author Markdown. A lot. And render it to HTML in real time from a cloud function.
So we wrote a library (based on markdown-it) to help reduce boilerplate for technical content. Set up for speed with a few choice plugins and syntax highlighting:
github.com/architect/arcd…
M↓
You can use the Lambda-invoker plugin to manually run event, scheduled, queue, or tables-stream functions locally:
Add the plugin to your Arc project.
Start up Sandbox.
Hit "i" in your terminal.
Select a function.
github.com/architect/plug…