diff --git a/deliveries/project_aurras_mvp_phase_2_milestone-1.md b/deliveries/project_aurras_mvp_phase_2_milestone-1.md
new file mode 100644
index 0000000000..080fb09365
--- /dev/null
+++ b/deliveries/project_aurras_mvp_phase_2_milestone-1.md
@@ -0,0 +1,25 @@
+# Milestone Delivery :mailbox:
+
+**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).**
+
+* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/project_aurras_mvp_phase_2.md
+* **Milestone Number:** 1
+
+**Deliverables**
+
+| Number | Deliverable | Link | Notes |
+| ------------- | ------------- | ------------- |------------- |
+| 0a. | License | https://github.com/HugoByte/aurras/blob/master/LICENSE | |
+| 0b. | Documentation | https://github.com/HugoByte/openwhisk-client-rust#usage
https://github.com/HugoByte/aurras/tree/next/workflow/composer#usage | |
+| 0c. | Testing Guide | https://github.com/HugoByte/openwhisk-client-rust#test
https://github.com/HugoByte/aurras/tree/next/workflow/composer#test
+https://github.com/HugoByte/aurras/tree/next/workflow#testing | |
+| 1a. | Workflow Composer: Rust OpenWhisk Client Library | https://github.com/HugoByte/openwhisk-client-rust | |
+| 1b. | Workflow Composer: Composer | https://github.com/HugoByte/aurras/tree/next/workflow/composer | |
+| 1c. | Workflow Composer: Pipe | https://github.com/HugoByte/aurras/blob/next/workflow/workflow_macro/src/lib.rs#L85 | |
+| 1d. | Workflow Composer: structured YAML file | https://github.com/HugoByte/aurras/blob/next/workflow/examples/STRUCTURED_YAML.yaml | |
+| 1e. | Workflow Composer: Concat Operator | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/functions.py#L362 | |
+| 1f. | Workflow Composer: Map Operator | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/functions.py#L538 | |
+| 2. | Predefined boiler plate | https://github.com/HugoByte/aurras/tree/next/workflow/boilerplate | |
+| 3a. | Flow Provider | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/flow.py | |
+| 3b. | Task Provider | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/task.py | |
+| 3c. | Workflow Provider | https://github.com/HugoByte/aurras/blob/next/workflow/providers/hooks/workflow.py | |