New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@architect/docs

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/docs - npm Package Compare versions

Comparing version 30.1.40 to 30.1.41

14

en/aws/quickstart-arc-project-layout.md

@@ -46,2 +46,16 @@ # Project layout

### `.arc` Sections Cheatsheet
Section | Purpose
-------------- | -------------
`@app` | Where you declare your app namespace
`@domain` | Sets up DNS for a custom domain name (ACM, API Gateway and Route53)
`@html` | Define HTTP routes that return `text/html` content (API Gateway and Lambda)
`@json` | Define HTTP routes that return `application/json` content (API Gateway and Lambda)
`@events` | Define SNS topics and Lambda handlers for them (SNS)
`@scheduled` | Functions are invoked at the times you specify (Cloudwatch Events)
`@slack` | Define Slack app HTTP handlers
`@tables` | Define database tables and trigger functions for them (DynamoDB)
`@indexes` | Define additional database table indexes (DynamoDB)
## Next: [Reference & authoring Lambda functions](/reference)

2

package.json
{
"name": "@architect/docs",
"version": "30.1.40",
"version": "30.1.41",
"main": "index",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc