Skip to content

Not Found error #12

@stephahn0916

Description

@stephahn0916

Hello

very nice project.
I tried the rest sample with this configuration file:

resource "aws_apigatewayv2_api" "pypi" {
  name          = "pypi"
  protocol_type = "HTTP"
}

module "serverless_pypi" {
  source  = "amancevice/serverless-pypi/aws"
  version = "~> 4.1"

  api_id                       = aws_apigatewayv2_api.pypi.id
  api_execution_arn            = aws_apigatewayv2_api.pypi.execution_arn
  iam_role_name                = "serverless-pypi-role"
  lambda_api_function_name     = "serverless-pypi-api"
  lambda_reindex_function_name = "serverless-pypi-reindex"
  s3_bucket_name               = "serverless-pypi"
  sns_topic_name               = "serverless-pypi"

}
provider "aws" {
  region  = "eu-west-1"
}

followed by a terraform plan and terraform apply.
And in the admin console of aws, I created a stage and deployed the API within this stage.
But I received always an error 500.

Is someone have an idea about what could be the error ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions