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.43 to 30.1.44

19

en/aws/index.md
## Provision and deploy cloud infrastructure with a simple plaintext manifest
Event driven programming with cloud functions can be tricky to set up and maintain. `architect` offers a simple plaintext manifest and `npm` script based workflows for provisioning, deploying, orchestrating, and working offline with cloud infrastructure.
Event driven programming with cloud functions can be tricky to set up and maintain. `architect` uses a simple plaintext manifest and `npm` script based workflows for provisioning cloud infrastructure in minutes and deploying in seconds.
Currently, `architect` supports the following Amazon Web Services:
- [Lambda](https://aws.amazon.com/lambda/)
- [API Gateway](https://aws.amazon.com/api-gateway/)
- [Route53](https://aws.amazon.com/route53)
- [CloudFront](https://aws.amazon.com/cloudfront/)
- [S3](https://aws.amazon.com/s3/)
- [Simple Notification Service](https://aws.amazon.com/sns/)
- [CloudWatch Events](https://docs.aws.amazon.com/lambda/latest/dg/with-scheduled-events.html)
- [DynamoDB](https://aws.amazon.com/dynamodb/)
- [SNS](https://aws.amazon.com/sns/)
- [Lambda](https://aws.amazon.com/lambda/) for compute functions
- [API Gateway](https://aws.amazon.com/api-gateway/) for HTTP routing
- [Route53](https://aws.amazon.com/route53) for DNS
- [CloudFront](https://aws.amazon.com/cloudfront/) for CDN
- [S3](https://aws.amazon.com/s3/) for static assets
- [Simple Notification Service](https://aws.amazon.com/sns/) for event pub/sub functions
- [CloudWatch Events](https://docs.aws.amazon.com/lambda/latest/dg/with-scheduled-events.html) for scheduling functions
- [DynamoDB](https://aws.amazon.com/dynamodb/) for data persistence, querying and trigger functions

@@ -17,0 +16,0 @@ Everything you do with `architect` starts with a `.arc` file:

{
"name": "@architect/docs",
"version": "30.1.43",
"version": "30.1.44",
"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