Expand my Community achievements bar.

Creating a Namespace and retrieving the credentials

Avatar

Community Advisor

Hello Team, 

 

I'm working on POC where I need to access Adobe I/O runtime. I'm following below link to setup my environment 

https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/get... 

 

Under Creating a Namespace and retrieving the credentials section  -  

gokula_0-1609770999048.png

 

As per documentation the steps mentioned  - when I open the developer console and click on create a new project, the project created successfully but I can't able to find  Workspace, chose workspace like Production, Workspace overview section, and download all button 

 

instead above steps can only see if I Create a project from template section and chose Project Firefly as a template where all above option able to see. 

 

So the question is which option I supposed to chose? which is correct?  

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

8 Replies

Avatar

Level 4

Hi @Gokul_Agiwal looks like you don't have access to Runtime yet. You should follow the instructions on Getting access (https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/ove...) first to request Runtime access for your org!

 

Sarah

Avatar

Community Advisor

Hi @SarahXu 

Thanks for the response. 

 

My org has access to Adobe I/O runtime and I can see this product in my org Admin console. Do  we need any other access including Project Firefly ? 

 

 

 

Avatar

Employee

Hi @Gokul_Agiwal - can you try following the instruction here to "Create new project from template"? https://www.adobe.io/apis/experienceplatform/project-firefly/docs.html#!AdobeDocs/project-firefly/ma...

This is the latest version. The one you tried before might be outdated.

Avatar

Community Advisor

Hi @duypnguyen @SarahXu 

 

I'm trying to work on Adobe launch API and following this guide to develop notification service https://medium.com/adobetech/adobe-experience-platform-launch-notification-service-with-adobe-i-o-ru... 

 

As per Implementation steps mentioned in above guide, I cam across two URL one is related to Adobe I/O runtime and project firefly 

https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/get...

 

https://www.adobe.io/apis/experienceplatform/project-firefly/docs.html#!AdobeDocs/project-firefly/ma... 

 

So just a quick question to enable launch notification service do I need create through project firefly or Adobe I/O runtime itself enough ? 

Thank you in advance. 

Avatar

Level 4

Hi @Gokul_Agiwal 

 

I'd recommend you to go through the second tutorial (set up a Firefly project in Console). Firefly Projects in Console allows you to do all the operations you could use in regular projects (like adding event registration and apis), and allows you to develop in multiple environments with the help of the Adobe I/O CLI.  

 

When you initialize the project, just skip the "web assets" option and you will be able to initialize your application as a microservice. Then you can choose which action you'd like to use as the webhook! Hope this helps. 

 

Sarah

Avatar

Community Advisor

Hi @SarahXu 

 

Apologies for not replying back to this message. 

 

As I'm working on this https://medium.com/adobetech/adobe-experience-platform-launch-notification-service-with-adobe-i-o-ru... poc and using project firefly 

 

Just a quick query - when I'm initialize the project skipping the web asset option is ok as I don't have any UI to show but then under the 

Actions - is Adobe launch api comes under Generic actions?  and other Events / CI CD needs to be there. 

 

Avatar

Employee

@Gokul_Agiwal - selecting Generic under Actions is the right way to go as we don't have yet a template for Launch API. In that action you can write any code, including calling Launch API using node-fetch.

Events and CI/CD are optional for the app. It depends on your needs to add them or not. If not now, you can also add them anytime in the future with "aio app add ...".