Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to deploy with Pulumi? #155

Open
ProdigySim opened this issue Nov 28, 2021 · 1 comment
Open

Possible to deploy with Pulumi? #155

ProdigySim opened this issue Nov 28, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@ProdigySim
Copy link

I'm trying to give this lambda runtime a go on Pulumi, which should theoretically be similar to AWS-CDK but I'm not sure they support all the constructs necessary.

I can write something like:

const denoRuntime = await aws.serverlessrepository.getApplication({
    applicationId: "arn:aws:serverlessrepo:us-east-1:390065572566:applications/deno",
    semanticVersion: "1.16.0",
  });

To get the runtime application, but it's not clear if there's a way to actually create/clone this application and produce a layer ARN.

(Apologies for this pretty open support request, I'm kind of new to all of these tools)

@hayd hayd added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Nov 29, 2021
@hayd
Copy link
Contributor

hayd commented Nov 29, 2021

It seems pulumi uses terraform so we need to work out how to use that with SAR... 😬 (I wish this was better documented as it seems like this is likely straightforward!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants