API网关直接连接到SNS并使用SAM
创始人
2024-09-08 13:01:16
0

要将API网关直接连接到SNS并使用SAM(Serverless Application Model),您可以按照以下步骤进行操作:

  1. 首先,您需要创建一个SAM模板(template.yaml),该模板定义了您的Serverless应用程序的资源和服务。在此模板中,您需要定义一个API网关以及与之关联的SNS主题。以下是一个示例模板:
Resources:
  MyApiGateway:
    Type: AWS::Serverless::Api
    Properties:
      StageName: prod
      DefinitionBody:
        swagger: "2.0"
        info:
          title: "My API"
        paths:
          /my-endpoint:
            post:
              x-amazon-apigateway-integration:
                type: aws
                uri: "arn:aws:apigateway:us-east-1:sns:path//"
                httpMethod: POST
                credentials: !GetAtt MyApiGatewayRole.Arn
                requestParameters:
                  integration.request.header.Content-Type: "'application/json'"
                passthroughBehavior: "when_no_match"
                responses:
                  default:
                    statusCode: "200"
        x-amazon-apigateway-binary-media-types:
          - "multipart/form-data"
        x-amazon-apigateway-request-validators:
          all:
            validateRequestBody: true
            validateRequestParameters: true

  MyApiGatewayRole:
    Type: AWS::IAM::Role
    Properties:
      AssumeRolePolicyDocument:
        Version: '2012-10-17'
        Statement:
          - Effect: Allow
            Principal:
              Service:
                - apigateway.amazonaws.com
            Action: sts:AssumeRole
      Policies:
        - PolicyName: APIGatewayLambdaInvokePolicy
          PolicyDocument:
            Version: '2012-10-17'
            Statement:
              - Effect: Allow
                Action:
                  - lambda:InvokeFunction
                Resource: "*"

  MySNSTopic:
    Type: AWS::SNS::Topic
    Properties:
      DisplayName: "My SNS Topic"

  MySNSSubscription:
    Type: AWS::SNS::Subscription
    Properties:
      Endpoint: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyLambdaFunction.Arn}/invocations"
      Protocol: "lambda"
      TopicArn: !Ref MySNSTopic
  1. 在模板中,我们定义了一个API网关(MyApiGateway)并将其与SNS主题(MySNSTopic)关联。此外,我们还定义了一个IAM角色(MyApiGatewayRole),用于授权API网关调用Lambda函数。我们还定义了一个SNS订阅(MySNSSubscription),将API网关的请求转发到Lambda函数。

  2. 接下来,您需要在SAM模板中定义一个Lambda函数,用于处理API网关的请求。以下是一个示例:

  MyLambdaFunction:
    Type: AWS::Serverless::Function
    Properties:
      CodeUri: my-lambda-function/
      Handler: app.lambda_handler
      Runtime: python3.8
      Events:
        MyApiGatewayEvent:
          Type: Api
          Properties:
            RestApiId: !Ref MyApiGateway
            Path: /my-endpoint
            Method: post
  1. 在此示例中,我们定义了一个Lambda函数(MyLambdaFunction),该函数位于my-lambda-function/目录下,并使用Python 3.8运行时。我们还将该函数与API网关的/my-endpoint路径和POST方法关联起来。

  2. 最后,您可以使用AWS CLI命令部署SAM应用程序:

$ aws cloudformation package --template-file template.yaml --s3-bucket my-bucket --output-template-file packaged-template.yaml
$ aws cloudformation deploy --template-file packaged-template.yaml --stack-name my-stack --capabilities CAPABILITY_IAM

在此示例中,我们将模板打包并上传到名为my-bucket的S3存储桶中。然后,我们使用CloudFormation部署应用程序,并为其提供一个名称(my-stack)。请确保将--s3-bucket参数替换为您自己的存储桶名称。

通过按照上述步骤操作,您就可以将API网关直接连接到SNS并使用

相关内容

热门资讯

一分钟了解(wopoker)外... 一分钟了解(wopoker)外挂透明挂辅助软件(软件透明挂)一般真的有挂(2023已更新)(小红书)...
推荐十款(wepoke)外挂透... 推荐十款(wepoke)外挂透明挂辅助安装(智能ai代打)的确是有挂的(2020已更新)(百度)1、...
科普(WepokE)外挂透明挂... 科普(WepokE)外挂透明挂辅助插件(透视辅助)的确是有挂的(2025已更新)(头条)1、起透看视...
最新研发(wpK)外挂透明挂辅... 最新研发(wpK)外挂透明挂辅助工具(透视)就是真的有挂(2022已更新)(小红书)1、系统规律教程...
重大推荐(云扑克app)外挂透... 重大推荐(云扑克app)外挂透明挂辅助脚本(软件透明挂)总是真的有挂(2020已更新)(百度)辅助器...
必备科技(poker worl... 必备科技(poker world)外挂透明挂辅助器(透视辅助)都是真的有挂(2024已更新)(微博热...
重大推荐(we辅助poker)... 重大推荐(we辅助poker)外挂透明挂辅助脚本(透视辅助)一贯真的有挂(2023已更新)(百度)w...
一分钟了解(来玩德州)外挂透明... 一分钟了解(来玩德州)外挂透明挂辅助插件(透视辅助)原来真的有挂(2025已更新)(微博热搜)1、一...
一分钟了解(轰趴大菠萝)外挂透... 一分钟了解(轰趴大菠萝)外挂透明挂辅助安装(辅助挂)原来真的有挂(2022已更新)(知乎)1、每一步...
玩家必用(AAPOKEr)外挂... 玩家必用(AAPOKEr)外挂透明挂辅助工具(智能ai代打)果然真的有挂(2021已更新)(今日头条...