Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: azion-functions-proposal-api #5

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

VitorAEltz
Copy link
Contributor

This pull request introduces the documentation for Azion Edge Functions, detailing the API specifications for building serverless applications on the edge using JavaScript. The document covers the following key areas:

Introduction: Overview of Azion’s Runtime and its capabilities.
2. Function Signature: Explanation of the two supported function signature styles—Event-Driven Model and ECMAScript Module Style.
3. Event Handling: Details on handling HTTP requests and other event types.
Environment Variables: Instructions on accessing and using environment variables.
Logging and Debugging: Guidelines for logging and debugging within Azion functions.
Error Handling and Reporting: Standard practices for error handling and reporting.
Edge Storage and SQL API: APIs for interacting with persistent storage and executing SQL queries.
Network and Metadata API: Accessing network-specific and metadata information.
9. Conclusion: Summary of the extensibility and integration capabilities of the Functions API.
10. References: Links to additional documentation and resources.

@lucacasonato lucacasonato merged commit 8e3c016 into wintercg:main Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants