@architect/docs
Advanced tools
Comparing version 30.1.40 to 30.1.41
@@ -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) |
{ | ||
"name": "@architect/docs", | ||
"version": "30.1.40", | ||
"version": "30.1.41", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
135406