Meteor creating single file for deployment

Hi,
I am a newbie and read on Discover Meteor book that meteor combines all files in /server to make one final file that is deployed to server. How ever, i want to create separate files so these files can be uploaded as scripts attached to resources like DynamoDB, S3 etc in AWS Lambda environment. Is this possible?

-worktemp

Yes, you have to add --debug option while building.

Thanks a lot! i will try that and see.