aws-samples / cdk-alexa-skill

MIT No Attribution
10 stars 3 forks source link

JS Implementation of Lambda Function In Resource Stack #12

Closed cainenielsen closed 2 years ago

cainenielsen commented 2 years ago

Let me know if this belongs somewhere else or if you have more questions.

Our custom build and deploy process currently limits our team to using Node.js for Lambda function runtimes.

Because of this, I was running into issues deploying the skill in our environment.

After exploring the custom construct used to bypass the circular dependency issue with Alexa skills I found that it relies on a nested Lambda function with a Python runtime.

In the short term, I can extract the library into our codebase and port the Lambda function to Node.js but it would be very valuable to have this baked into the library.

Seeing as there are two packages available, one on NPM and one on PyPI it would be nice to keep the NPM module fully JS if possible.

Thank you very smart people!

github-actions[bot] commented 2 years ago

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon.

github-actions[bot] commented 2 years ago

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.