# AWS Lambda Documentation

With AWS Lambda, you can run code without provisioning or managing servers. You pay only for the compute time that you consume—there's no charge when your code isn't running. You can run code for virtually any type of application or backend service—all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability.

## Lambda guides and references

- [Developer Guide](/lambda/latest/dg/): Provides a conceptual overview of AWS Lambda, detailed instructions for using the various features, and a complete API reference for developers.
- [API Reference](/lambda/latest/dg/API_Reference.html): Describes in detail all the API operations for AWS Lambda.

## Get started with serverless

- [Serverless Developer Guide](/serverless/latest/devguide/): Provides a conceptual overview of serverless development in the AWS Cloud, fundamental instructions for core serverless AWS services, and related learning resources for developers.
- [Serverless Land](https://serverlessland.com/): Brings together the latest blogs, videos, code, and learning resources for serverless AWS services.

---

## Related Links

- [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html)
- [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/)
- [SDKs & Tools](https://aws.amazon.com/tools/)
- [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html)
- [AWS Training](https://aws.amazon.com/training/)
- [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/)
- [AWS Whitepapers](https://aws.amazon.com/whitepapers/)

