Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

duypnguyen
duypnguyen
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
42

Posts

Posts
209

Discussions

Discussions
35

Questions

Questions
174

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by duypnguyen
Customize the badges you want to showcase on your profile
Re: Files are still visible through an url - App Builder 01-09-2021
It says that you are trying to delete a non-existing file.What's the string that you put here: await files.delete('publicxyz/publicfile.txt') ?

Views

459

Likes

0

Replies

2
Re: Files are still visible through an url - App Builder 31-08-2021
Hi @Naveen_Srinivas - which URL are you referring to? presigned URL (containing token to a private file) or direct URL to the public file?Was the file not deleted at all or was it a latency after the deletion until the URL returned a 404?

Views

463

Likes

0

Replies

4
Re: Files are still visible has an url - Adobe Developer Runtime 31-08-2021
Hi @Naveen_Srinivas - as this is a question about Project Firefly, can you post it in https://experienceleaguecommunities.adobe.com/t5/project-firefly/ct-p/project-firefly?

Views

211

Likes

0

Replies

0
Re: Webhook listener - Adobe Developer Runtime 26-08-2021
We also support aio-lib-state for key-value store. However that is not a good place for JSON data.If you are writing / reading data asynchronously, you should store them in separate files. I'm not sure how complex your data retrieval will be, but the OOTB Files / State SDK in Firefly are only for simple stuff (not querying, filtering). Instead you may want to bring your own storage solution (Azure Cosmos DB, AWS DynamoDB, etc.)When you go to the Github repo of those SDKs, lots of docs are availa...

Views

578

Likes

0

Replies

1
Re: Webhook listener - Adobe Developer Runtime 25-08-2021
Is the projected traffic 25 calls / sec constant or only at peak time? You should consider the impact on cost of this approach, because it potentially result in lots of invocations.If that's only for a short period of peak time, please work with @KanikaGera about your use case, current Runtime license and possibility to increase the limits.On the question about storing responses - it's totally up to you to decide based on your needs. You can leverage Firefly Files SDK for that.

Views

596

Likes

0

Replies

3
Re: Webhook listener - Adobe Developer Runtime 24-08-2021
That could be because your web action was invoked successfully, which by default does not save any record. More details here: https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/guides/logging_monitoring.md.

Views

606

Likes

0

Replies

5
Re: How can we use modules inside runtime action? - Adobe Experience Manager Headless 24-08-2021
What @Naveen_Srinivas mentioned is our recommendation as well.Writing your Runtime actions in the Project Firefly structure will help to build and deploy your code automatically, without much effort for adding custom modules.You only need to add the required modules in package.json, and run npm install.This applies to non-Adobe modules as well.

Views

513

Like

1

Replies

0
Re: Event response - Timestamp - Adobe Developer Runtime 24-08-2021
I suppose this question was answered in the I/O Events Forum: https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-events-questions/journal-api-timestamp-aep/td-p/418671.

Views

230

Likes

0

Replies

0
Re: Webhook listener - Adobe Developer Runtime 24-08-2021
Hi @Naveen_Srinivas - if you want to make your Runtime action a webhook listener, the only requirement is to make it a web action which can be called via HTTP. See https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/guides/creating_actions.md#invoking-web-actions.I assume you don't use I/O Events for these non-Adobe triggers. If they are through I/O Events, there could be better alternatives than webhook listeners, namely Journal API and Runtime actio...

Views

617

Likes

0

Replies

7
Re: Website Analytics - Adobe Developer Cloud Extensibility 17-08-2021
Hi @kishoreindraganti - Project Firefly does not support website analytics OOTB. You could try Adobe Analytics or other solutions.

Views

259

Likes

0

Replies

0