Deployment may not be working [solved]

I have a bunch of Jobs (MyJob < ApplicationJob), but when I run jets deploy development nothing seems to show up in AWS Lambda Functions?

I see the application code getting copied over to a newly created S3 bucket.

NOTE - I am only using Jets for Jobs, I don’t have any controllers in my app.

This may help

https://community.rubyonjets.com/t/lambda-and-api-gateway-not-being-generated/37

So maybe check:

  1. The region in the AWS Console
  2. Also try running: aws lambda list-functions

@tung yea region was the thing. Thanks.