Skip to content

Tags: walmsles/lift

Tags

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request getlift#55 from getlift/update-dependencies

Update dependencies

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request getlift#49 from t-richard/fix/deprecated-iam-role-…

…statements

fix: allow to use the new provider.iam.role.statements

1.1.0

Toggle 1.1.0's commit message
Removed and cleaned up old files

1.0.0

Toggle 1.0.0's commit message
Improve explanation about the CDK

0.9.2

Toggle 0.9.2's commit message
Code review changes

0.9.1

Toggle 0.9.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix resolving queue URLs

While testing the plugin, I encountered a weird issue when trying to access the URL of Lift-created Queue.

> Cannot resolve variable at "provider.environment.QUEUE_URL": Error: ${queues:myQueue.queueUrl} does not exist. Properties available on ${queues:myQueue} are: queueArn, queueUrl.

AFAICT `resolveVariable` will get in this case the string `myQueue.queueUrl` then when splitting `id` will be `myQueue` and `property` will be `queueUrl`.

So `property` should be used instead of `id` to check if this is a supported URL.

As a **very dirty workaround**, I called my queue `queueUrl` and it works when using `${queues:queueUrl.queueUrl}` 😂

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.8.0

Toggle 0.8.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add dependency to aws-cdk/aws-lambda for lambda resource extraction

0.7.0

Toggle 0.7.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add common test to prevent user defined resources override

0.6.0

Toggle 0.6.0's commit message
Publish to NPM