简体   繁体   English

AWS Aurora 无服务器 mysql、Cognito、Lambda、API 网关、CloudFormation 启动器

[英]AWS Aurora serverless mysql, Cognito, Lambda, API gateway, CloudFormation starter

I was hoping to find a clear guide or an example on how to setup a serverless backend with the following technologies:我希望找到关于如何使用以下技术设置无服务器后端的清晰指南或示例:

  • Serverless framework无服务器框架
  • AWS Aurora Serverless (mysql or postgres) AWS Aurora Serverless(mysql 或 postgres)
  • AWS Cognito AWS Cognito
  • AWS Lambda AWS Lambda
  • AWS API Gateway AWS API 网关
  • CloudFormation scripts for (creating the above resources) CloudFormation 脚本(创建上述资源)
  • Node/Express.js节点/Express.js

Unfortunately, so far most of the resources I have come across have been either simplistic or ambiguous.不幸的是,到目前为止,我遇到的大多数资源要么过于简单,要么含糊不清。 And the ones that were not were focused on using just DyanmoDB.那些不是专注于使用 DyanmoDB 的。 I was hoping to find a starter project with all the above technologies (especially Aurora serverless and NOT DynamoDB).我希望找到一个具有上述所有技术的入门项目(尤其是 Aurora Serverless 而不是 DynamoDB)。 Please share if you know.知道的请分享一下。

I have recently been working on something like this and it covers some of the technologies that you're talking about, specifically:我最近一直在研究这样的东西,它涵盖了你正在谈论的一些技术,特别是:

  • Serverless无服务器
  • Api Gateway接口网关
  • Serverless Aurora (Postgres)无服务器 Aurora (Postgres)
  • AWS Lambda AWS Lambda
  • Cloudformation (VPC)云形成 (VPC)

You could potentially use this serverless.yml as a starting point: https://github.com/Compulsed/blog/blob/master/backend/serverless.yml您可以使用这个 serverless.yml 作为起点: https : //github.com/Compulsed/blog/blob/master/backend/serverless.yml

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Typescript 和 MySql 的无服务器框架连接 AWS API Gateway 、Lambda 和 Cognito 的简单项目 - Serverless Framework with Typescript and MySql simple Project to connect AWS API Gateway ,Lambda and Cognito 具有 API 网关和 Lambda 的 Aurora Serverless 超时 - Aurora Serverless with API Gateway and Lambda is timing out 使用 AWS CDK 部署无服务器应用程序(s3、api 网关、lambda、认知...)的最佳实践 - Best Practices to deploy serverless app (s3, api gateway, lambda, cognito...) with AWS CDK 将 AWS Lambda 与 Aurora Serverless 相结合 - Combine AWS Lambda with Aurora Serverless 结合使用AWS Lambda和Cognito和API网关 - Using AWS Lambda with Cognito and API Gateway 使用Lambda授权器的AWS Cognito和API网关 - AWS Cognito and API gateway using Lambda authorizer AWS - 使用 NAT 网关(由 Lambda 访问)的私有子网中的 EC2 代理到无服务器 Aurora 的 Internet 访问 - AWS - Internet Access for an EC2 Proxy to Serverless Aurora in a Private Subnet with NAT Gateway (Accessed by Lambda) 无法将 ${cognito-identity.amazonaws.com:sub} 中的 lambda 策略与无服务器和 DynamoDB/Cognito/API 网关一起使用 - Unable to use ${cognito-identity.amazonaws.com:sub} in lambda policy with serverless and DynamoDB/Cognito/API Gateway 使用 CloudFormation(和 Lambda 轮换模板)的 Aurora Serverless 密码轮换设置 - Aurora Serverless password rotation setup using CloudFormation (and Lambda rotation templates) Terraform 无服务器应用程序与 AWS Lambda 和 API 网关未知令牌? - Terraform Serverless Applications with AWS Lambda and API Gateway unknown token?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM