Code Monkey home page Code Monkey logo

Comments (3)

aspacca avatar aspacca commented on July 20, 2024

hello @jagomsim

this is unluckily a known problem due to a limitation on the underlying cloudformation template we use to publish the forwarder on the aws serverless application repository.

we have two nested application in the main cloudformation template: one for the macro and one for the effective forwarder application.

the macro takes care of parsing the cloudformation parameters (the various ARNs of the inputs etc etc) and transforming the cloudformation template of the forwarder application to include the relevant source events resources and iam policies for the lambda.

the best solution would be to use an ID of the macro generated uniquely and dynamically from a cloud formation function, like we do for the continuing and the replay queues. while this is possible, it's not possible to use as Name of a Fn::Transform the result of a function (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-transform.html), so even if we generate such an ID we could not reference it in the Fn::Transform.

A workaround is to deploy in a different region

from elastic-serverless-forwarder.

jagomsim avatar jagomsim commented on July 20, 2024

Hello @aspacca, thanks for the quick answer!
Then we would look into deploying in a different region.

from elastic-serverless-forwarder.

aspacca avatar aspacca commented on July 20, 2024

@jagomsim you can now use the following method to publish multiple ESF lambdas: https://www.elastic.co/guide/en/observability/current/aws-deploy-elastic-serverless-forwarder.html#aws-serverless-forwarder-direct-deploy

from elastic-serverless-forwarder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.