Documentation Source

AWS Documentation Offline

Core AWS service documentation for offline mobile access. EC2, S3, Lambda, IAM, and essential services—searchable without internet connection.

Bundle Size
~50MB
Why Offline

Cloud Reference Without Cloud Access

The irony of needing internet to access cloud documentation is not lost on anyone. When you are troubleshooting an EC2 instance, configuring IAM policies, or debugging a Lambda function, network issues are often part of the problem.

DocNative downloads core AWS service documentation to your device. Service references, API documentation, configuration guides—the information you need when managing AWS infrastructure.

Essential for on-call and incident response. When things break, you need documentation immediately—not after you figure out why docs.aws.amazon.com is timing out.

$search "IAM policy conditions"
-> IAM JSON policy elements
-> Condition operators
-> Global condition keys
-> Policy evaluation logic
4 results in 16ms
Coverage

Services Documented

EC2 (instances, AMIs, security groups, networking)
S3 (buckets, objects, permissions, lifecycle)
Lambda (functions, triggers, layers, runtimes)
IAM (users, roles, policies, permissions)
RDS (instances, snapshots, parameter groups)
DynamoDB (tables, indexes, streams)
CloudFormation (templates, resources, intrinsic functions)
API Gateway (REST APIs, WebSocket, authorization)
VPC (subnets, route tables, NAT, security)
CloudWatch (metrics, logs, alarms, dashboards)
Infrastructure as Code

CloudFormation Reference

CloudFormation documentation is essential for infrastructure as code. Resource type specifications, intrinsic functions, pseudo parameters—all the reference material you need when writing templates.

When you need to recall the properties for AWS::Lambda::Function or the syntax for !GetAtt, offline documentation means no waiting for the AWS docs site.

  • Resource types with full property references
  • Intrinsic functions syntax and examples
  • Template anatomy and structure
  • Best practices for template design
# CloudFormation Lambda example
MyFunction:
Type: AWS::Lambda::Function
Properties:
Runtime: python3.12
Handler: index.handler
Role: !GetAtt LambdaRole.Arn
Timeout: 30
~50MB
Download Size
20+
Core Services
500+
Documentation Pages
<25ms
Search Speed
[ FAQ ]

AWS Documentation FAQ

Get AWS Docs Offline

Download DocNative and add AWS to your offline documentation library. Essential for cloud operations.