godaddy / serverless-aws-servicecatalog

An AWS Service Catalog enabling plugin for the popular Serverless project
MIT License
24 stars 5 forks source link

[feat] Add support Docker based lambdas #56

Open tkennedy1-godaddy opened 2 years ago

tkennedy1-godaddy commented 2 years ago
tkennedy1-godaddy commented 2 years ago
11:01:52❯ npx serverless deploy --stage [some stage] --region [region]
AwsCompileServiceCatalog

Deploying [some project] to stage [some stage] ([region])
endpoints:

✔ Service deployed to stack [some lambda] (146s)

functions:
  [function]: [function]

2 deprecations found: run 'serverless doctor' for more details

Need a better logging experience than CloudWatch? Try our Dev Mode in console: run "serverless --console"

[some project] on  add-serverless [!?] took 2m40s
11:43:52❯ echo $?
0
tkennedy1-godaddy commented 1 year ago

@decompil3d would love another pass on this -- looks like you added the tests you were looking for?

Thanks!

decompil3d commented 1 year ago

@tkennedy1-godaddy CI is failing (sorry, didn't notice that I had to approve it before). Can you get that fixed up?