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

Add ability to exclude functions (eg when using Container Images) #54

Closed
AnalogJ opened this issue Jun 27, 2024 · 2 comments
Closed

Add ability to exclude functions (eg when using Container Images) #54

AnalogJ opened this issue Jun 27, 2024 · 2 comments

Comments

@AnalogJ
Copy link

AnalogJ commented Jun 27, 2024

When a function image is provided, the go plugin should not attempt to compile code (as the handler key is missing).
https://www.serverless.com/blog/container-support-for-lambda

an Exclude key, similar to the newrelic plugin, would be ideal.

@OranShuster
Copy link

We have a mix of containerized and compiled go code. I don't see the plugin trying to compile our containerized functions
can you share a config of a function that is being compiled on deploy/package?

@mthenw
Copy link
Owner

mthenw commented Jul 30, 2024

Fixed with the above PR

@mthenw mthenw closed this as completed Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants