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

create new skill for AWS labmda hosted not working as expected #384

Open
kokhanchyk opened this issue Mar 2, 2021 · 1 comment
Open

Comments

@kokhanchyk
Copy link

kokhanchyk commented Mar 2, 2021

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request 
[ ] Other... Please describe: 

Expected Behavior

when create ask new -p profile_name alexa skill and java AWS lambda should create in one account, not in separate.

Current Behavior

CLI Snapshot
If applicable, add screenshots to help explain your problem.

Steps to Reproduce (for bugs)

  1. create default profile with ask configure for account A

  2. create new profile called "test" with ask configure -p for account B

  3. create new alexa skill with ask new (for account A),
    programming languade: java,
    host your skill's backend resources: AWS Lambda,
    template: hello world,
    skill name: test skill A,
    folder name: test_skill_a

  4. test skill A successfully created in Alexa console of account A,
    and lambda successfully created and deployed in AWS account A.

  5. create new alexa skill with ask new -p test (for account B),
    programming languade: java,
    host your skill's backend resources: AWS Lambda,
    template: hello world,
    skill name: test skill B,
    folder name: test_skill_b

  6. test skill B successfully created in in Alexa console account A,
    and lambda successfully created and deployed in account B.

this is the bug, when I create ask new -p test alexa skill created in one account but lambda deployed to the other account.

Possible Solution

Your Environment and Context

  • ask-cli version: 2.22.4
  • Operating System and version: Ubuntu 20.04
  • Node.js version used for development: v12.18.4
  • NPM version used for development: v12.18.4
@CamdenFoucht
Copy link
Contributor

Hi @kokhanchyk thank you so much for the bug report. We will try to reproduce it and put out a fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants