-
Notifications
You must be signed in to change notification settings - Fork 89
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
Option to select services #107
Comments
Thanks for reporting @techdragon . Can you please elaborate a bit more on the specific use case you had in mind. We can certainly make the plugin configurable in such a way that the plugin itself would only connect to the local APIs for certain services. However, ultimately the Serverless framework under the covers creates a CloudFormation template, which is then sent to the LocalStack CloudFormation API to deploy all the resources. Just to understand your use case a bit better: Assuming you have, say, an SQS queue and a Lambda function in your Can you please share some details and a small example of what you're trying to achieve? Thanks! |
➤ Waldemar Hummer commented: Thanks for reporting techdragon . Can you please elaborate a bit more on the specific use case you had in mind. We can certainly make the plugin configurable in such a way that the plugin itself would only connect to the local APIs for certain services. However, ultimately the Serverless framework under the covers creates a CloudFormation template, which is then sent to the LocalStack CloudFormation API to deploy all the resources. Just to understand your use case a bit better: Assuming you have, say, an SQS queue and a Lambda function in your serverless.yml
Can you please share some details and a small example of what you're trying to achieve? Thanks! |
The issue that prompted me to file this, was that I was using the Serverless' built in Lambda runner for specific features it supported, also wanting to use LocalStack for SQS, but not wanting to use LocalStack's Lambda runner... because it didn't support the feature I was already using that Serverless' Lamda runner does support. |
It would be useful if there was an option to only specify some services, if would be easier to use this plugin if it didnt try to enable (and use) localstack for everything. For instance I looked at using this plugin to do some development against SQS, but decided to write a script to launch the docker file manually because of all the issues regarding the lambda environment not working.
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: