
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
Awscms is a [Connect](https://github.com/senchalabs/connect) middleware that serves [Handlebars](https://github.com/wycats/handlebars.js) templates from an Amazon S3 bucket.
Awscms is a Connect middleware that serves Handlebars templates from an Amazon S3 bucket.
Made by Matt Brennan at import•io.
##Installing
npm install awscms
##Using
app.use.apply(app, Awscms.middleware({
prefix: '/awscms',
access-key-id: "",
secret-access-key: "",
bucket: "bucket-name"
}))
{{#extends "base"}}
{{> header}}
<ol>
{{#each list}}
<li>{{.}}
{{/each}}
</ol>
{{/extends}}
{
"list": [
"Is amazing",
"Will save your life"
]
}
<h1>Awscms</h1>
<!doctype html>
{{{body}}}
GET /awscms/page
Well, what do you think?
Awscms is released under the MIT licence. ©2013 import•io
FAQs
Awscms is a [Connect](https://github.com/senchalabs/connect) middleware that serves [Handlebars](https://github.com/wycats/handlebars.js) templates from an Amazon S3 bucket.
We found that awscms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.